toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
Indenter
/
Action
Action
interface
Action
Inheritors
Text
Marker
LineDeferred
EmptyLineOnce
Indent
Unindent
Members
Types
Empty
Line
Once
Link copied to clipboard
object
EmptyLineOnce
:
Indenter.Action
Indent
Link copied to clipboard
object
Indent
:
Indenter.Action
Inline
Link copied to clipboard
data
class
Inline
(
val
str
:
String
)
:
Indenter.Action.Text
Line
Link copied to clipboard
data
class
Line
(
val
str
:
String
)
:
Indenter.Action.Text
Line
Deferred
Link copied to clipboard
data
class
LineDeferred
(
val
callback
:
(
)
->
Indenter
)
:
Indenter.Action
Marker
Link copied to clipboard
data
class
Marker
(
val
data
:
Any
)
:
Indenter.Action
Text
Link copied to clipboard
interface
Text
:
Indenter.Action
Unindent
Link copied to clipboard
object
Unindent
:
Indenter.Action