# DashboardLog

**Kind:** Class

**Source:** `Frontend/src/app/components/log-history/log-history-model.ts` (line 220)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `RoleId` | `number` |
| `DashboardName` | `string` |
| `Changes` | `LogDetails[]` |
| `tabChanges` | `DashboardTabsLogDetails[]` |

## Used by

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

### Imported by (5)

- `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
- `DashboardLibaryComponent` — `Frontend/src/app/components/dashboard/dashboard-libary/dashboard-libary.component.ts`:1
- `ReportsLibraryComponent` — `Frontend/src/app/components/reports/reports-library/reports-library.component.ts`:1
- `MRMCashFlowForecasted` — `Frontend/src/app/services/dashboard/dashboard-library.service.ts`:1
