toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter
/
PanelState
Panel
State
data
class
PanelState
(
val
windowWidthSize
:
WindowWidthSize
?
=
null
,
val
windowHeightSize
:
WindowHeightSize
?
=
null
)
Members
Constructors
Panel
State
Link copied to clipboard
constructor
(
windowWidthSize
:
WindowWidthSize
?
=
null
,
windowHeightSize
:
WindowHeightSize
?
=
null
)
Properties
should
Attach
Link copied to clipboard
@get:
Composable
val
shouldAttach
:
Boolean
window
Height
Size
Link copied to clipboard
val
windowHeightSize
:
WindowHeightSize
?
=
null
window
Width
Size
Link copied to clipboard
val
windowWidthSize
:
WindowWidthSize
?
=
null