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