Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
language
/
com.monkopedia.kodemirror.language
/
FoldRange
Fold
Range
data
class
FoldRange
(
val
from
:
DocPos
,
val
to
:
DocPos
)
A range that can be folded.
Members
Constructors
Fold
Range
Link copied to clipboard
constructor
(
from
:
DocPos
,
to
:
DocPos
)
Properties
from
Link copied to clipboard
val
from
:
DocPos
to
Link copied to clipboard
val
to
:
DocPos