core
0.11.1
core
/
de.peekandpoke.kraft.addons.semanticui.modals
/
OkCancelModal
/
View
View
data
class
View
(
val
appearance
:
SemanticTag
.
(
)
->
SemanticTag
,
val
header
:
RenderFn
,
val
content
:
RenderFn
,
val
okText
:
RenderFn
,
val
cancelText
:
RenderFn
)
Content copied to clipboard
Constructors
Properties
Constructors
View
Link copied to clipboard
fun
View
(
appearance
:
SemanticTag
.
(
)
->
SemanticTag
,
header
:
RenderFn
,
content
:
RenderFn
,
okText
:
RenderFn
,
cancelText
:
RenderFn
)
Content copied to clipboard
Properties
appearance
Link copied to clipboard
val
appearance
:
SemanticTag
.
(
)
->
SemanticTag
Content copied to clipboard
cancel
Text
Link copied to clipboard
val
cancelText
:
RenderFn
Content copied to clipboard
content
Link copied to clipboard
val
content
:
RenderFn
Content copied to clipboard
header
Link copied to clipboard
val
header
:
RenderFn
Content copied to clipboard
ok
Text
Link copied to clipboard
val
okText
:
RenderFn
Content copied to clipboard