storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
DesktopState
Desktop
State
jvm
@
Stable
@
Serializable
class
DesktopState
(
val
story
:
WindowState
=
WindowState()
,
val
assistant
:
WindowState
=
WindowState()
)
(
source
)
Members
Constructors
Desktop
State
Link copied to clipboard
jvm
constructor
(
story
:
WindowState
=
WindowState()
,
assistant
:
WindowState
=
WindowState()
)
Properties
assistant
Link copied to clipboard
jvm
@
Serializable
(
with
=
WindowStateSerializer::class
)
val
assistant
:
WindowState
story
Link copied to clipboard
jvm
@
Serializable
(
with
=
WindowStateSerializer::class
)
val
story
:
WindowState