Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
ViewState
/
ViewState
View
State
constructor
(
state
:
EditorState
,
viewport
:
Viewport
,
visibleRanges
:
List
<
Pair
<
Int
,
Int
>
>
=
emptyList()
,
lineGaps
:
List
<
LineGap
>
=
emptyList()
,
scrollTarget
:
ScrollTarget
?
=
null
)