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
/
CssContext
Css
Context
data
class
CssContext
(
val
type
:
String
,
val
indent
:
Int
,
val
prev
:
CssContext
?
)
Members
Constructors
Css
Context
Link copied to clipboard
constructor
(
type
:
String
,
indent
:
Int
,
prev
:
CssContext
?
)
Properties
indent
Link copied to clipboard
val
indent
:
Int
prev
Link copied to clipboard
val
prev
:
CssContext
?
type
Link copied to clipboard
val
type
:
String