# DashboardTabs

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard.model.ts` (line 73)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `tabTitle` | `string` |
| `isActive` | `boolean` |
| `tabType` | `number` |
| `selected` | `boolean` |
| `hideTab` | `boolean` |
| `widgets` | `Widget[]` |

## 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`:1
- `ReportsLibraryComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/reports-library/reports-library.component.ts`:1
- `ReportsComponent` — `Pams/Web/Pams.Web/Client/app/components/reports/reports.component.ts`:1
- `CachingWidgetData` — `Pams/Web/Pams.Web/Client/app/services/dashboard/dashboard-library.service.ts`:1
