BlockEditorRowOptions Object
Description
Display options for a block editor row.
Declaration
type BlockEditorRowOptions {
padding: Int!
fullWidth: Boolean!
}
Fields
| Name | Type | Description |
|---|---|---|
padding | Int! | Padding around the row in pixels. |
fullWidth | Boolean! | Whether the row spans the full width of the container. |