Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
State effect metadata (NgRx Effects, Redux Saga)
Properties
| Property | Type |
|---|---|
effectName | string |
triggerAction | string |
successAction | string |
errorAction | string |
isLegacy | boolean |
dependencies | string[] |
Was this page helpful?