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
/
TikiState
/
TikiState
Tiki
State
constructor
(
tokenize
:
(
StringStream
,
TikiState
)
->
String
?
,
cc
:
MutableList
<
(
String
?
)
->
Boolean
>
=
mutableListOf()
,
indented
:
Int
=
0
,
startOfLine
:
Boolean
=
true
,
pluginName
:
String
?
=
null
,
context
:
TikiContext
?
=
null
)