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