Element to define sections of form for the visual props editor

Hierarchy

  • Section

Properties

alignment?: "row" | "column"

defines form alignment in the view for the section

Version

SDK: 0.1 | ThoughtSpot:

children?: PropElement[]

Can include either form elements or nested sections

Version

SDK: 0.1 | ThoughtSpot:

key: string

key to define & store the children's parent

Version

SDK: 0.1 | ThoughtSpot:

label?: string

I18n'ed string to show the section name label

Version

SDK: 0.1 | ThoughtSpot:

type: "section"