Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
Viewport
Viewport
data
class
Viewport
(
val
from
:
Int
,
val
to
:
Int
)
The visible document range.
Members
Constructors
Viewport
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
Functions
contains
Link copied to clipboard
operator
fun
contains
(
pos
:
Int
)
:
Boolean
True when
pos
falls inside this viewport.