AiToolbar
Toolbar
Workflow toolbar actions.
Usage
<AiToolbar @action="onToolbarAction">
<template #actions="{ emitAction }">
<button type="button" @click="emitAction('add-node')">Add node</button>
</template>
</AiToolbar>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| position | 'top' | 'bottom' | 'top' | — |
| orientation | 'horizontal' | 'vertical' | 'horizontal' | — |
Slots
defaultactions