# NgRxActionPattern

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts#L19)

NgRx action pattern

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `actionType` | `string` |
| `line` | `number` |
| `hasPayload` | `boolean` |
| `payloadType` | `string` |
| `asyncGroup` | `{
    type: 'start' | 'success' | 'failure';
    baseName: string;
  }` |
