Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
TextRange
Text
Range
data
class
TextRange
(
val
from
:
Int
,
val
to
:
Int
)
A range with from/to positions.
Members
Constructors
Text
Range
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
Int
to
Link copied to clipboard
val
to
:
Int