Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
ChangeSpec
/
Single
Single
data
class
Single
(
val
from
:
DocPos
,
val
to
:
DocPos
?
=
null
,
val
insert
:
InsertContent
?
=
null
)
:
ChangeSpec
Members
Constructors
Single
Link copied to clipboard
constructor
(
from
:
DocPos
,
to
:
DocPos
?
=
null
,
insert
:
InsertContent
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
DocPos
insert
Link copied to clipboard
val
insert
:
InsertContent
?
to
Link copied to clipboard
val
to
:
DocPos
?