BlockInterface Interface
Description
Base interface for all block types in the block editor.
Declaration
interface BlockInterface {
_id: ID!
type: BlockEditorBlockTypes!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
type | BlockEditorBlockTypes! | Type of block. |
Implemented By
BlockCollection BlockText BlockSeparator BlockEmbed BlockImage BlockButton BlockItems BlockPlaylist BlockBlog