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
/
CssState
Css
State
class
CssState
(
var
tokenize
:
Int
=
0
,
var
stringQuote
:
String
=
""
,
var
state
:
String
=
"top"
,
var
stateArg
:
String
?
=
null
,
var
context
:
CssContext
=
CssContext("top", 0, null)
)
Members
Constructors
Css
State
Link copied to clipboard
constructor
(
tokenize
:
Int
=
0
,
stringQuote
:
String
=
""
,
state
:
String
=
"top"
,
stateArg
:
String
?
=
null
,
context
:
CssContext
=
CssContext("top", 0, null)
)
Properties
context
Link copied to clipboard
var
context
:
CssContext
state
Link copied to clipboard
var
state
:
String
state
Arg
Link copied to clipboard
var
stateArg
:
String
?
string
Quote
Link copied to clipboard
var
stringQuote
:
String
tokenize
Link copied to clipboard
var
tokenize
:
Int