OBJECT

HardCodedContainer

link GraphQL Schema definition

  • type HardCodedContainer 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!
  • # Which built-in region this renders — account, contact or product name, or the
  • # message-to-sales-team block on a lost form.
  • type: HardcodedContainerTypeEnum!
  • # When true, this region is shown in the email add-in.
  • inAddin: Boolean
  • }

link Require by

This element is not required by anyone