core
0.18.1
core
/
de.peekandpoke.kraft.addons.semanticui.components
/
CollapsableComponent
/
HeaderCtx
Header
Ctx
data
class
HeaderCtx
(
val
collapsed
:
Boolean
,
val
toggle
:
(
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
Header
Ctx
Link copied to clipboard
fun
HeaderCtx
(
collapsed
:
Boolean
,
toggle
:
(
)
->
Unit
)
Content copied to clipboard
Properties
collapsed
Link copied to clipboard
val
collapsed
:
Boolean
Content copied to clipboard
toggle
Link copied to clipboard
val
toggle
:
(
)
->
Unit
Content copied to clipboard