Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-machine.interface.ts
A transition between two states
Properties
| Property | Type |
|---|---|
from | string |
to | string |
method | string |
requiresModal | boolean |
approvalRequired | boolean |
trigger | `'user-action' |
conditions | string[] |
metadata | Record<string, unknown> |
Was this page helpful?