BlockEditorContentRow Object
Description
A row within the block editor content, containing columns and blocks.
Declaration
type BlockEditorContentRow {
_id: ID!
layout: BlockEditorLayouts!
options: BlockEditorRowOptions!
columns: [BlockEditorContentRowColumn!]!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
layout | BlockEditorLayouts! | Layout configuration for this row (one, two, or three columns). |
options | BlockEditorRowOptions! | Display options for the row. |
columns | [BlockEditorContentRowColumn!]! | Columns within this row. |