# StateEffectMetadata

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts#L192)

State effect metadata (NgRx Effects, Redux Saga)

## Properties

| Property | Type |
|---|---|
| `effectName` | `string` |
| `triggerAction` | `string` |
| `successAction` | `string` |
| `errorAction` | `string` |
| `isLegacy` | `boolean` |
| `dependencies` | `string[]` |
