BlockButton Object
Description
Block for displaying call-to-action buttons.
Declaration
type BlockButton implements BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
data: BlockButtonData!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block (always "Button" for this type). |
data | BlockButtonData! | Button block configuration data. |