Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
vim
/
com.monkopedia.kodemirror.vim
/
LinePosRange
Line
Pos
Range
data
class
LinePosRange
(
var
anchor
:
LinePos
,
var
head
:
LinePos
)
A selection range with anchor and head, using
LinePos
coordinates.
Members
Constructors
Line
Pos
Range
Link copied to clipboard
constructor
(
anchor
:
LinePos
,
head
:
LinePos
)
Properties
anchor
Link copied to clipboard
var
anchor
:
LinePos
head
Link copied to clipboard
var
head
:
LinePos
Functions
empty
Link copied to clipboard
fun
empty
(
)
:
Boolean
from
Link copied to clipboard
fun
from
(
)
:
LinePos