Kind: Class
Source: Frontend/src/app/models/tasks/priorities.model.ts (line 2)
Part of: Frontend
Properties
| Property | Type |
|---|---|
PriorityID | number |
Name | string |
CompanyBranchID | number |
PriorityLevel | number |
PriorityColor | string |
Used by
11 references from 11 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (11)
BlogPopupComponent—Frontend/src/app/components/blogs/blog-popup/blog-popup.component.ts:1BlogsDetailsComponent—Frontend/src/app/components/blogs/blogs-details/blogs-details.component.ts:1Activities2Component—Frontend/src/app/components/dashboard/my-desk/activities/activities-2.component.ts:1ActivitiesComponent—Frontend/src/app/components/dashboard/my-desk/activities/activities.component.ts:1CallActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/call-activity/call-activity.component.ts:1MailActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts:1MeetingActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/meeting-activity/meeting-activity.component.ts:1NewActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts:1
…and 3 more.
Was this page helpful?