AiNode
Node
Workflow node with status.
Embed Queryrunning
input
output
Usage
<AiNode id="retrieve" label="Retrieve" :x="100" :y="100" status="running" :outputs="['out']" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| id* | string | — | — |
| label* | string | — | — |
| x* | number | — | — |
| y* | number | — | — |
| type | string | 'default' | — |
| status | 'idle' | 'running' | 'completed' | 'error' | 'idle' | — |
| selected | boolean | false | — |
| draggable | boolean | true | — |
| inputs | string[] | — | — |
| outputs | string[] | — | — |
| zoom | number | — | Canvas zoom for drag coordinate conversion |
| panX | number | — | — |
| panY | number | — | — |
Slots
defaultheaderportsinput-portoutput-port