I
BlockComponentProps
testedProps passed to an atom/void block's Vue `component`.
Signature
ts
interface BlockComponentPropsProperties
| Property | Type | Description |
|---|---|---|
node | Node | The block's model node (read its `attrs`). |
selected | boolean | Whether the block is currently node-selected. |
editable | boolean | Editor-level editable flag. |
update | (attrs: Attrs) => void | Merge new attrs into the block (e.g. image src/caption). |