# RoleDashboard

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `UserId` | `number` |
| `RoleId` | `number` |
| `DashboardName` | `string` |
| `IsActive` | `boolean` |
| `CompanyId` | `number` |
| `TabCount` | `number` |
| `WidgetCount` | `number` |
| `DashboardJson` | `string` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `IsPreparedByAdmin` | `boolean` |

## Used by

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

### Imported by (7)

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