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
/
JavaScriptState
/
JavaScriptState
Java
Script
State
constructor
(
tokenize
:
Int
=
0
,
stringQuote
:
String
=
""
,
lastType
:
String
=
"sof"
,
indented
:
Int
=
0
,
lexical
:
JSLexical
=
JSLexical(-2, 0, "block")
,
fatArrowAt
:
Int
?
=
null
)