GroupLayout
@Serializable
@SerialName(value = "Group")
A group resembles a vertical layout, but additionally might have a label. This layout is useful when grouping different elements by a certain criteria.
Constructors
Link copied to clipboard
constructor(label: String, description: String? = null, elements: ImmutableList<UiSchema> = persistentListOf(), rule: Rule? = null, options: LayoutOptions? = null)