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