# NgRxEffectPattern

**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#L122)

NgRx effect pattern

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `line` | `number` |
| `triggerAction` | `string` |
| `successAction` | `string` |
| `errorAction` | `string` |
| `isLegacy` | `boolean` |
