Kind: Class
Source: Frontend/src/app/models/dashboard/dashboard.model.ts (line 38)
Part of: Frontend
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:1ReportsSettingsDetailsComponent—Frontend/src/app/components/configuration/reports-settings/reports-settings-details/reports-settings-details.component.ts:1DashboardLibaryComponent—Frontend/src/app/components/dashboard/dashboard-libary/dashboard-libary.component.ts:1HomeComponent—Frontend/src/app/components/home/home.component.ts:1ReportsLibraryComponent—Frontend/src/app/components/reports/reports-library/reports-library.component.ts:1ReportsComponent—Frontend/src/app/components/reports/reports.component.ts:1MRMCashFlowForecasted—Frontend/src/app/services/dashboard/dashboard-library.service.ts:1
Was this page helpful?