OBJECT
FormSubsection
link GraphQL Schema definition
- type FormSubsection implements FormItemInterface {
- # Unique id of the form layout item.
- : UUID!
- # When true, this item is shown in the mobile app.
- : Boolean
- # Kind of layout item — separator, subsection, container, hardcoded container or
- # step container.
- : FormItemKindEnum!
- # When true, the subsection heading uses the workspace's translated language
- # strings.
- : Boolean
- # Heading text for the subsection.
- : String!
- # Optional descriptive text shown beneath the subsection heading.
- : String
- }
link Require by
This element is not required by anyone