OBJECT

LayoutBuilderElement

Element in a block or grid cell

link GraphQL Schema definition

  • type LayoutBuilderElement {
  • # Unique identifier
  • id: String!
  • # Name
  • name: String
  • # Component identifier
  • componentId: String
  • # Template content
  • template: String
  • # Element props
  • props: Json
  • }