Canvas Board
A 2D spatial canvas for dragging and freely placing nodes.
Interactive Canvas
Drag nodes to reposition them. Hold Shift or click empty space to pan the canvas.
Start Hub
Processing Unit
Output Sink
MayaCanvasBoard API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
v-model | Array | [] | Array of nodes containing { id, x, y }. |
@node-move | Event | — | Emitted when a node is dropped/moved. Passes the updated node object. |
#node | Slot | — | Custom rendering for nodes. Props: { node, index }. |