components
0.14.4
js
components
/
dev.fritz2.components.forms.control
/
FormControlComponent
/
Control
Control
js
data
class
Control
(
val
id
:
String
?
,
val
name
:
String
,
val
rendering
:
RenderContext
.
(
)
->
RenderContext
)
Content copied to clipboard
Constructors
Properties
Constructors
Control
Link copied to clipboard
js
fun
Control
(
id
:
String
?
,
name
:
String
,
rendering
:
RenderContext
.
(
)
->
RenderContext
)
Content copied to clipboard
Properties
id
Link copied to clipboard
js
val
id
:
String
?
Content copied to clipboard
name
Link copied to clipboard
js
val
name
:
String
Content copied to clipboard
rendering
Link copied to clipboard
js
val
rendering
:
RenderContext
.
(
)
->
RenderContext
Content copied to clipboard