jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
ui
/
com.paligot.jsonforms.ui
/
RendererLayoutScope
Renderer
Layout
Scope
@
Stable
interface
RendererLayoutScope
Members
Functions
description
Link copied to clipboard
abstract
fun
description
(
)
:
String
?
elements
Link copied to clipboard
abstract
fun
elements
(
)
:
List
<
UiSchema
>
horizontal
Spacing
Link copied to clipboard
abstract
fun
horizontalSpacing
(
)
:
String
?
is
Group
Layout
Link copied to clipboard
abstract
fun
isGroupLayout
(
)
:
Boolean
is
Horizontal
Layout
Link copied to clipboard
abstract
fun
isHorizontalLayout
(
)
:
Boolean
is
Vertical
Layout
Link copied to clipboard
abstract
fun
isVerticalLayout
(
)
:
Boolean
title
Link copied to clipboard
abstract
fun
title
(
)
:
String
?
vertical
Spacing
Link copied to clipboard
abstract
fun
verticalSpacing
(
)
:
String
?