OBJECT

FormSeparator

link GraphQL Schema definition

  • type FormSeparator 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 heading uses the workspace's translated language strings.
  • useLang: Boolean
  • # Heading text for the group separator.
  • label: String!
  • # Optional descriptive text shown beneath the group heading.
  • description: String
  • }

link Require by

This element is not required by anyone