OBJECT
WebResource
link GraphQL Schema definition
- type WebResource implements FormContainerItemInterface {
- # Kind of column item — a placed field or an embedded web resource.
- : FormContainerItemKind!
- # Unique id of the embedded web resource.
- : String!
- # Relative width of the web resource within its column.
- : Int!
- # Display label of the embedded web resource.
- : String!
- # Optional descriptive text for the embedded web resource.
- : String
- }
link Require by
This element is not required by anyone