# ActivityAction

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `ActivityID` | `number` |
| `ActivityTypeID` | `number` |
| `ActivityActionID` | `number` |
| `ActivityTopicID` | `number` |
| `ActionTitle` | `string` |
| `ActivityActionTypeID` | `number` |
| `DisplayOrder` | `number` |
| `DueDate` | `Date` |
| `TaskID` | `number` |
| `ResponsibleID` | `number` |
| `ResponsibleName` | `string` |
| `IsResponsibleUser` | `boolean` |
| `CreatedByID` | `number` |
| `CreatedDate` | `Date` |
| `ModifiedDate` | `Date` |
| `Comments` | `Comment[]` |
| `Tags` | `Tag[]` |
| `isActive` | `boolean` |
| `_hover` | `boolean` |
| `_MentionDatasource` | `any[]` |

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

- `NewActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts`:1
- `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
