INPUT_OBJECT
LayoutBuilderGridCellInput
Input for cell in a grid item
link GraphQL Schema definition
- input LayoutBuilderGridCellInput {
- # Unique identifier
- : String
- # Editor label for this cell
- : String
- # Style configuration
- : LayoutBuilderStyleInput
- # List of elements in this cell
- : [LayoutBuilderElementInput!]!
- # Number of columns spanned by this cell (1-12)
- : Int!
- # Number of rows spanned by this cell (1-12)
- : 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
- }