Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts
Documentation for a workflow action/transition
Properties
| Property | Type |
|---|---|
id | string |
label | string |
description | string |
targetState | string |
requiresModal | boolean |
triggers | UIInteraction[] |
type | `'primary' |
Was this page helpful?