DesktopState

@Stable
@Serializable
class DesktopState(val story: WindowState = WindowState(), val assistant: WindowState = WindowState())(source)

Constructors

Link copied to clipboard
constructor(story: WindowState = WindowState(), assistant: WindowState = WindowState())

Properties

Link copied to clipboard
@Serializable(with = WindowStateSerializer::class)
val assistant: WindowState
Link copied to clipboard
@Serializable(with = WindowStateSerializer::class)
val story: WindowState