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
/
ClikeContext
Clike
Context
data
class
ClikeContext
(
val
indented
:
Int
,
val
column
:
Int
,
val
type
:
String
,
val
info
:
String
?
,
var
align
:
Boolean
?
,
val
prev
:
ClikeContext
?
)
Members
Constructors
Clike
Context
Link copied to clipboard
constructor
(
indented
:
Int
,
column
:
Int
,
type
:
String
,
info
:
String
?
,
align
:
Boolean
?
,
prev
:
ClikeContext
?
)
Properties
align
Link copied to clipboard
var
align
:
Boolean
?
column
Link copied to clipboard
val
column
:
Int
indented
Link copied to clipboard
val
indented
:
Int
info
Link copied to clipboard
val
info
:
String
?
prev
Link copied to clipboard
val
prev
:
ClikeContext
?
type
Link copied to clipboard
val
type
:
String