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
/
ShellState
Shell
State
data
class
ShellState
(
var
tokens
:
MutableList
<
(
StringStream
,
ShellState
)
->
String
?
>
=
mutableListOf()
)
Members
Constructors
Shell
State
Link copied to clipboard
constructor
(
tokens
:
MutableList
<
(
StringStream
,
ShellState
)
->
String
?
>
=
mutableListOf()
)
Properties
tokens
Link copied to clipboard
var
tokens
:
MutableList
<
(
StringStream
,
ShellState
)
->
String
?
>