OBJECT

FormSubsection

link GraphQL Schema definition

  • type FormSubsection implements FormItemInterface {
  • # Unique id of the form layout item.
  • id: UUID!
  • # When true, this item is shown in the mobile app.
  • onMobile: Boolean
  • # Kind of layout item — separator, subsection, container, hardcoded container or
  • # step container.
  • kind: FormItemKindEnum!
  • # When true, the subsection heading uses the workspace's translated language
  • # strings.
  • useLang: Boolean
  • # Heading text for the subsection.
  • label: String!
  • # Optional descriptive text shown beneath the subsection heading.
  • description: String
  • }

link Require by

This element is not required by anyone