# ActivityTopic

**Kind:** Class

**Source:** `Frontend/src/app/models/tasks/activities/activity-topic.model.ts` (line 4)

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

## Properties

| Property | Type |
|---|---|
| `ActivityTopicID` | `number` |
| `ActivityID` | `number` |
| `TopicTitle` | `string` |
| `DisplayOrder` | `number` |
| `ParentID` | `number` |
| `ActivityActions` | `ActivityAction[]` |
| `isOpen` | `boolean` |
| `DisplayTopicIndex` | `number` |
| `DisplaySubTopicIndex` | `number` |
| `saved` | `boolean` |

## Relationships

- IMPORTS → `Comment`
- IMPORTS → `Tag`

## 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)

- `TopicComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts`:1
- `DataToAttach` — `Frontend/src/app/services/dashboard/mydesk/activities.service.ts`:1
- `Activities` — `Frontend/src/app/models/tasks/activities/activites.model.ts`:5
