OBJECT
HardCodedContainer
link GraphQL Schema definition
- type HardCodedContainer 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!
- # Which built-in region this renders — account, contact or product name, or the
- # message-to-sales-team block on a lost form.
- : HardcodedContainerTypeEnum!
- # When true, this region is shown in the email add-in.
- : Boolean
- }
link Require by
This element is not required by anyone