Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GroupLayout

A group resembles a vertical layout, but additionally might have a label. This layout is useful when grouping different elements by a certain criteria.

Hierarchy

Index

Properties

elements

elements: UISchemaElement[]

The child elements of this layout.

Optional label

label: string

The label of this group layout.

Optional options

options: object

Any additional options.

Type declaration

  • [key: string]: any

Optional rule

rule: Rule

An optional rule.

type

type: "Group"

Generated using TypeDoc