Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
SelectionSpec
Selection
Spec
sealed
interface
SelectionSpec
Inheritors
EditorSelectionSpec
CursorSpec
Members
Types
Cursor
Spec
Link copied to clipboard
data
class
CursorSpec
(
val
anchor
:
DocPos
,
val
head
:
DocPos
?
=
null
)
:
SelectionSpec
Editor
Selection
Spec
Link copied to clipboard
data
class
EditorSelectionSpec
(
val
selection
:
EditorSelection
)
:
SelectionSpec