Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
RangeCursor
Range
Cursor
interface
RangeCursor
<
T
>
A range cursor is an object that moves to the next range every time you call
next
on it.
Members
Properties
from
Link copied to clipboard
abstract
var
from
:
Int
rank
Link copied to clipboard
abstract
var
rank
:
Int
to
Link copied to clipboard
abstract
var
to
:
Int
value
Link copied to clipboard
abstract
var
value
:
T
?
Functions
goto
Link copied to clipboard
abstract
fun
goto
(
pos
:
Int
,
side
:
Int
=
-FAR
)
:
RangeCursor
<
T
>
next
Link copied to clipboard
abstract
fun
next
(
)