Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
State reducer metadata (Redux, NgRx)
Properties
| Property | Type |
|---|---|
sliceName | string |
initialState | Record<string, unknown> |
handlesActions | string[] |
stateShape | Record<string, string> |
stateTransitions | StateTransition[] |
Was this page helpful?