Kind: Class
Source: Frontend/src/app/models/dashboard/dashboard.model.ts (line 78)
Part of: Frontend
Properties
| Property | Type |
|---|---|
tabTitle | string |
isActive | boolean |
tabType | number |
selected | boolean |
hideTab | boolean |
countOfEditablePrevMonths | number |
widgets | OldWidget[] |
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)
DashboardSettingsDetailsComponent—Frontend/src/app/components/configuration/dashboard-settings/dashboard-settings-details/dashboard-settings-details.component.ts:1HomeComponent—Frontend/src/app/components/home/home.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?