Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts
NgRx action pattern
Properties
| Property | Type |
|---|---|
name | string |
actionType | string |
line | number |
hasPayload | boolean |
payloadType | string |
asyncGroup | `{ |
type: 'start' | 'success' | 'failure'; baseName: string;
}` |
Was this page helpful?