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
/
SwiftContext
Swift
Context
data
class
SwiftContext
(
val
prev
:
SwiftContext
?
,
val
align
:
Int
?
,
val
indented
:
Int
)
Members
Constructors
Swift
Context
Link copied to clipboard
constructor
(
prev
:
SwiftContext
?
,
align
:
Int
?
,
indented
:
Int
)
Properties
align
Link copied to clipboard
val
align
:
Int
?
indented
Link copied to clipboard
val
indented
:
Int
prev
Link copied to clipboard
val
prev
:
SwiftContext
?