BlockEditorContentRowColumn Object
Description
A column within a block editor row, containing multiple blocks.
Declaration
type BlockEditorContentRowColumn {
_id: ID!
blocks: [BlockEditorContentRowColumnBlockGeneric!]!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
blocks | [BlockEditorContentRowColumnBlockGeneric!]! | Blocks contained within this column. |