Preparing search index...
The search index is not available
@acrolinx/sidebar-sdk
@acrolinx/sidebar-sdk
AsyncMultiEditorAdapter
Class AsyncMultiEditorAdapter
Hierarchy (
View Summary
)
MultiEditorAdapter
AsyncMultiEditorAdapter
Implements
AsyncAdapterInterface
Index
Constructors
constructor
Properties
is
Async
requires
Synchronization
Methods
add
Single
Adapter
extract
Content
For
Check
get
Adapter
For
Match
get
Format
register
Check
Call
register
Check
Result
remap
Matches
remove
All
Adapters
replace
Ranges
select
Ranges
Constructors
constructor
new
AsyncMultiEditorAdapter
(
config
?:
MultiEditorAdapterConfig
,
)
:
AsyncMultiEditorAdapter
Parameters
config
:
MultiEditorAdapterConfig
= {}
Returns
AsyncMultiEditorAdapter
Properties
Readonly
is
Async
isAsync
:
true
= ...
Readonly
requires
Synchronization
requiresSynchronization
:
true
= ...
Methods
add
Single
Adapter
addSingleAdapter
(
singleAdapter
:
AdapterInterface
|
AsyncAdapterInterface
,
opts
?:
WrapperConfOptions
,
id
?:
string
,
)
:
void
Parameters
singleAdapter
:
AdapterInterface
|
AsyncAdapterInterface
opts
:
WrapperConfOptions
= {}
Optional
id
:
string
Returns
void
extract
Content
For
Check
extractContentForCheck
(
opts
:
ExtractContentForCheckOpts
,
)
:
Promise
<
ContentExtractionResult
>
Parameters
opts
:
ExtractContentForCheckOpts
Returns
Promise
<
ContentExtractionResult
>
get
Adapter
For
Match
getAdapterForMatch
(
match
:
Match
)
:
CheckedRegisteredAdapter
Parameters
match
:
Match
Returns
CheckedRegisteredAdapter
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
remap
Matches
remapMatches
<
T
extends
Match
>
(
matches
:
T
[]
,
)
:
{
[
id
:
string
]:
RemappedMatches
<
T
>
}
Type Parameters
T
extends
Match
Parameters
matches
:
T
[]
Returns
{
[
id
:
string
]:
RemappedMatches
<
T
>
}
remove
All
Adapters
removeAllAdapters
()
:
void
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
add
Single
Adapter
extract
Content
For
Check
get
Adapter
For
Match
get
Format
register
Check
Call
register
Check
Result
remap
Matches
remove
All
Adapters
replace
Ranges
select
Ranges
@acrolinx/sidebar-sdk
Loading...