# Dashboard

**Kind:** Class

**Source:** `Frontend/src/app/models/dashboard/dashboard.model.ts` (line 5)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `DashboardID` | `number` |
| `Title` | `string` |
| `DataJSON` | `string` |

## Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (4)

- `AppComponent` — `Frontend/src/app/app.component.ts`:1
- `DashboardSettingsDetailsComponent` — `Frontend/src/app/components/configuration/dashboard-settings/dashboard-settings-details/dashboard-settings-details.component.ts`:1
- `ReportsSettingsDetailsComponent` — `Frontend/src/app/components/configuration/reports-settings/reports-settings-details/reports-settings-details.component.ts`:1
- `DashboardService` — `Frontend/src/app/services/dashboard/dashboard.service.ts`:1
