# APPLICATION_ACTIONS

**Kind:** Constant

**Source:** `Pams/Web/portal/pams-web/src/app/actions/definitions/core/application.def.ts` (line 1)

**Part of:** [Pams Web](subsystem-pams-web-portal-pams-web-src-app)

## Definition

```ts
{
    LOADING: '[Application] Loading',
    RESET_STATE: '[Application] Reset State',
    ADD_ALERT: '[Application] Add Alert',
    DISMISS_ALERT: '[Application] Dismiss Alert',
    WAIT_ACTION: '[Application] Wait for effect'
}
```

## Value

```ts
{
    LOADING: '[Application] Loading',
    RESET_STATE: '[Application] Reset State',
    ADD_ALERT: '[Application] Add Alert',
    DISMISS_ALERT: '[Application] Dismiss Alert',
    WAIT_ACTION: '[Application] Wait for effect'
}
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `State` — `Pams/Web/portal/pams-web/src/app/reducers/core/application.reducer.ts`:8
