# StateFlow

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts#L351)

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` |
