jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
shared
/
com.paligot.jsonforms.kotlin.models.uischema
/
Control
/
Control
Control
constructor
(
scope
:
String
,
label
:
String
?
=
null
,
options
:
ControlOptions
?
=
null
,
elements
:
ImmutableList
<
UiSchema
>
?
=
null
,
rule
:
Rule
?
=
null
)