# Alert

**Kind:** Interface

**Source:** `Pams/Web/portal/pams-web/src/app/models/core/alert.model.ts` (line 3)

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `type` | `string` |
| `classList` | `string` |
| `message` | `string` |
| `messageList` | `string[]` |
| `icon` | `string` |
| `timeOut` | `number` |
| `showIcon` | `boolean` |
| `showCloseButton` | `boolean` |
| `showLogout` | `boolean` |
| `showReload` | `boolean` |
