toggle menu
pprint-kotlin
1.0.0
jvm
switch theme
search in API
pprint-kotlin
/
io.exoquery.pprint
/
Tree
/
Ctx
Ctx
data
class
Ctx
(
val
width
:
Int
,
val
leftOffset
:
Int
,
val
indentCount
:
Int
,
val
indentStep
:
Int
,
val
literalColor
:
Attrs
,
val
applyPrefixColor
:
Attrs
)
Members
Constructors
Ctx
Link copied to clipboard
constructor
(
width
:
Int
,
leftOffset
:
Int
,
indentCount
:
Int
,
indentStep
:
Int
,
literalColor
:
Attrs
,
applyPrefixColor
:
Attrs
)
Properties
apply
Prefix
Color
Link copied to clipboard
val
applyPrefixColor
:
Attrs
indent
Count
Link copied to clipboard
val
indentCount
:
Int
indent
Step
Link copied to clipboard
val
indentStep
:
Int
left
Offset
Link copied to clipboard
val
leftOffset
:
Int
literal
Color
Link copied to clipboard
val
literalColor
:
Attrs
width
Link copied to clipboard
val
width
:
Int