BlockEditorContentRowOptionsInput Input
Description
Input type for row display options.
Declaration
input BlockEditorContentRowOptionsInput {
fullWidth: Boolean!
padding: Int!
}
Fields
| Name | Type | Description |
|---|---|---|
fullWidth | Boolean! | Whether the row spans the full width. |
padding | Int! | Padding around the row in pixels. |