OBJECT
StepFieldsContainer
link GraphQL Schema definition
- type StepFieldsContainer 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!
- # Display name of the multi-step section.
- : String!
- # When true, the section name uses the workspace's translated language strings.
- : Boolean
- # Ordered steps of the multi-step form, each with its own field containers.
- : [Step]
- }
link Require by
This element is not required by anyone