OBJECT
LayoutBuilderGridCell
Cell in a grid item
link GraphQL Schema definition
- type LayoutBuilderGridCell {
- # Unique identifier
- : String
- # Editor label for this cell
- : String
- # Style configuration
- : LayoutBuilderStyle
- # List of elements in this cell
- : [LayoutBuilderElement!]!
- # Number of columns spanned by this cell
- : Int!
- # Number of rows spanned by this cell
- : Int!
- # 1-based column line the cell starts at (null = auto-placed)
- : Int
- # 1-based row line the cell starts at (null = auto-placed)
- : Int
- }