Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
Complete state flow for documentation
Properties
| Property | Type |
|---|---|
flowName | string |
library | StateManagementLibrary |
states | string[] |
transitions | StateTransition[] |
conditionalUI | ConditionalUIPattern[] |
components | string[] |
actions | string[] |
selectors | string[] |
asyncPattern | AsyncStatePattern |
Was this page helpful?