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