Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard.model.ts (line 58)
Part of: Pams
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
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)
ReportsSettingsDetailsComponent—Pams/Web/Pams.Web/Client/app/components/configuration/reports-settings/reports-settings-details/reports-settings-details.component.ts:1ReportsLibraryComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/reports-library/reports-library.component.ts:1ReportsComponent—Pams/Web/Pams.Web/Client/app/components/reports/reports.component.ts:1CachingWidgetData—Pams/Web/Pams.Web/Client/app/services/dashboard/dashboard-library.service.ts:1
Was this page helpful?