Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
SimpleModeState
/
SimpleModeState
Simple
Mode
State
constructor
(
state
:
String
=
"start"
,
pending
:
MutableList
<
PendingToken
>
?
=
null
,
indent
:
MutableList
<
Int
>
?
=
null
,
stack
:
MutableList
<
String
>
?
=
null
)