Skip to content

Section

Section acts as a container for container items. You can add multiple section containers to a page to group different controls.

Section Properties

Property Type Required Default
Caption string No
Controls array No
Visible boolean No true

Caption

Displays a caption label at the header of the section.

  • type: string

Controls

The controls in the section container.

  • type: array

All items must be of the type:

Any following options needs to be fulfilled.

Option 1

Option 2

Option 3

Option 4

Option 5

Option 6

Option 7

Option 8

Option 9

Option 10

Option 11

Option 12

Option 13

Option 14


Visible

Set the visibility of this control.

  • type: boolean
  • default: true