Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
SelectionSpec
/
CursorSpec
Cursor
Spec
data
class
CursorSpec
(
val
anchor
:
DocPos
,
val
head
:
DocPos
?
=
null
)
:
SelectionSpec
Members
Constructors
Cursor
Spec
Link copied to clipboard
constructor
(
anchor
:
DocPos
,
head
:
DocPos
?
=
null
)
Properties
anchor
Link copied to clipboard
val
anchor
:
DocPos
head
Link copied to clipboard
val
head
:
DocPos
?