# MyDeskParentAttr

**Kind:** Class

**Source:** `Frontend/src/app/models/tasks/MyDesk.model.ts` (line 16)

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

## Properties

| Property | Type |
|---|---|
| `ItemID` | `number` |
| `ItemName` | `string` |
| `_isGroupOpened` | `boolean` |
| `Count` | `number` |
| `Total` | `number` |
| `ChildAttrs` | `MyDeskChildAttr[]` |
| `HasChild` | `boolean` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `MyDiskFilterObj` — `Frontend/src/app/services/tasks/MyDesk.service.ts`:1
