# OldWidget

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `id` | `number` |
| `chartEnumId` | `number` |
| `title` | `string` |
| `name` | `string` |
| `description` | `string` |
| `thumb` | `string` |
| `selected` | `boolean` |
| `IsSubscripedInPlan` | `boolean` |
| `myDiskTab` | `boolean` |
| `chart` | `OldGridStackItem` |
| `_isOpened` | `boolean` |
| `_displayIndex` | `number` |

## Used by

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

### Imported by (3)

- `HomeComponent` — `Frontend/src/app/components/home/home.component.ts`:1
- `ReportsComponent` — `Frontend/src/app/components/reports/reports.component.ts`:1
- `MRMCashFlowForecasted` — `Frontend/src/app/services/dashboard/dashboard-library.service.ts`:1
