Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
State transition for async operations
Properties
| Property | Type |
|---|---|
from | string |
to | string |
trigger | string |
condition | string |
sideEffects | StateSideEffect[] |
Was this page helpful?