Preparing search index...
The search index is not available
@acrolinx/sidebar-sdk
@acrolinx/sidebar-sdk
StateBasedContentEditableAdapter
Class StateBasedContentEditableAdapter
Hierarchy (
View Summary
)
AbstractRichtextEditorAdapter
StateBasedContentEditableAdapter
Implements
AsyncAdapterInterface
Index
Constructors
constructor
Properties
config
current
Content
Checking?
element
is
Async
last
Content
Checked?
requires
Synchronization
Methods
extract
Content
For
Check
get
Autobind
Wrapper
Attributes
get
Content
get
Editor
Document
get
Editor
Element
register
Check
Call
register
Check
Result
replace
Ranges
scroll
Into
View
scroll
To
Current
Selection
select
Ranges
select
Text
Constructors
constructor
new
StateBasedContentEditableAdapter
(
conf
:
AdapterConf
,
)
:
StateBasedContentEditableAdapter
Parameters
conf
:
AdapterConf
Returns
StateBasedContentEditableAdapter
Properties
config
config
:
AdapterConf
Optional
current
Content
Checking
currentContentChecking
?:
string
element
element
:
HTMLElement
Readonly
is
Async
isAsync
:
true
= ...
Optional
last
Content
Checked
lastContentChecked
?:
string
Readonly
requires
Synchronization
requiresSynchronization
:
true
= ...
Methods
extract
Content
For
Check
extractContentForCheck
(
opts
:
ExtractContentForCheckOpts
,
)
:
ContentExtractionResult
|
Promise
<
ContentExtractionResult
>
Parameters
opts
:
ExtractContentForCheckOpts
Returns
ContentExtractionResult
|
Promise
<
ContentExtractionResult
>
get
Autobind
Wrapper
Attributes
getAutobindWrapperAttributes
()
:
AutobindWrapperAttributes
Returns
AutobindWrapperAttributes
get
Content
getContent
()
:
string
Returns
string
get
Editor
Document
getEditorDocument
()
:
Document
Returns
Document
get
Editor
Element
getEditorElement
()
:
HTMLElement
Returns
HTMLElement
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
>
scroll
Into
View
scrollIntoView
(
sel
:
Selection
)
:
Promise
<
void
>
Parameters
sel
:
Selection
Returns
Promise
<
void
>
scroll
To
Current
Selection
scrollToCurrentSelection
()
:
void
Returns
void
select
Ranges
selectRanges
(
checkId
:
string
,
matches
:
Match
[]
)
:
Promise
<
void
>
Parameters
checkId
:
string
matches
:
Match
[]
Returns
Promise
<
void
>
select
Text
selectText
(
begin
:
number
,
length
:
number
,
textMapping
:
TextDomMapping
,
)
:
Promise
<
void
>
Parameters
begin
:
number
length
:
number
textMapping
:
TextDomMapping
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
current
Content
Checking
element
is
Async
last
Content
Checked
requires
Synchronization
Methods
extract
Content
For
Check
get
Autobind
Wrapper
Attributes
get
Content
get
Editor
Document
get
Editor
Element
register
Check
Call
register
Check
Result
replace
Ranges
scroll
Into
View
scroll
To
Current
Selection
select
Ranges
select
Text
@acrolinx/sidebar-sdk
Loading...