core
0.1.0
core
/
de.peekandpoke.kraft.addons.semanticui.components
/
CollapsableComponent
/
Props
Props
data
class
Props
(
val
header
:
DIV
.
(
CollapsableComponent.HeaderCtx
)
->
Unit
?
,
val
content
:
RenderFn
,
val
collapsed
:
Boolean
)
Content copied to clipboard
Constructors
Properties
Constructors
Props
Link copied to clipboard
fun
Props
(
header
:
DIV
.
(
CollapsableComponent.HeaderCtx
)
->
Unit
?
,
content
:
RenderFn
,
collapsed
:
Boolean
)
Content copied to clipboard
Properties
collapsed
Link copied to clipboard
val
collapsed
:
Boolean
Content copied to clipboard
content
Link copied to clipboard
val
content
:
RenderFn
Content copied to clipboard
header
Link copied to clipboard
val
header
:
DIV
.
(
CollapsableComponent.HeaderCtx
)
->
Unit
?
Content copied to clipboard