Preparing search index...
The search index is not available
@acrolinx/sidebar-sdk
@acrolinx/sidebar-sdk
AsyncAutoBindAdapter
Class AsyncAutoBindAdapter
Implements
AsyncAdapterInterface
Index
Constructors
constructor
Properties
is
Async
requires
Synchronization
Methods
extract
Content
For
Check
get
Format
register
Check
Call
register
Check
Result
replace
Ranges
select
Ranges
Constructors
constructor
new
AsyncAutoBindAdapter
(
conf
:
MultiEditorAdapterConfig
&
CommonAdapterConf
&
AutobindConfig
,
)
:
AsyncAutoBindAdapter
Parameters
conf
:
MultiEditorAdapterConfig
&
CommonAdapterConf
&
AutobindConfig
Returns
AsyncAutoBindAdapter
Properties
Readonly
is
Async
isAsync
:
true
= ...
Readonly
requires
Synchronization
requiresSynchronization
:
true
= ...
Methods
extract
Content
For
Check
extractContentForCheck
(
opts
:
ExtractContentForCheckOpts
,
)
:
Promise
<
ContentExtractionResult
>
Parameters
opts
:
ExtractContentForCheckOpts
Returns
Promise
<
ContentExtractionResult
>
get
Format
getFormat
()
:
"HTML"
|
"AUTO"
Returns
"HTML"
|
"AUTO"
register
Check
Call
registerCheckCall
(
_checkInfo
:
Check
)
:
void
Parameters
_checkInfo
:
Check
Returns
void
register
Check
Result
registerCheckResult
(
_checkResult
:
SuccessfulCheckResult
)
:
void
Parameters
_checkResult
:
SuccessfulCheckResult
Returns
void
replace
Ranges
replaceRanges
(
checkId
:
string
,
matchesWithReplacement
:
MatchWithReplacement
[]
,
)
:
Promise
<
void
>
Parameters
checkId
:
string
matchesWithReplacement
:
MatchWithReplacement
[]
Returns
Promise
<
void
>
select
Ranges
selectRanges
(
checkId
:
string
,
matches
:
Match
[]
)
:
Promise
<
void
>
Parameters
checkId
:
string
matches
:
Match
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Async
requires
Synchronization
Methods
extract
Content
For
Check
get
Format
register
Check
Call
register
Check
Result
replace
Ranges
select
Ranges
@acrolinx/sidebar-sdk
Loading...