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