mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic
/
TerminalState
Terminal
State
@
Immutable
class
TerminalState
(
val
focused
:
Boolean
,
val
theme
:
Terminal.Theme
,
val
size
:
Terminal.Size
)
Members
Constructors
Terminal
State
Link copied to clipboard
constructor
(
focused
:
Boolean
,
theme
:
Terminal.Theme
,
size
:
Terminal.Size
)
Properties
focused
Link copied to clipboard
val
focused
:
Boolean
size
Link copied to clipboard
val
size
:
Terminal.Size
theme
Link copied to clipboard
val
theme
:
Terminal.Theme