Files
dspace-angular/src/app/core/shared/context.model.ts
2019-11-07 16:58:05 +01:00

14 lines
318 B
TypeScript

/**
* This enumeration represents all possible ways of representing a group of objects in the UI
*/
export enum Context {
Undefined = 'undefined',
ItemPage = 'itemPage',
Search = 'search',
Workflow = 'workflow',
Workspace = 'workspace',
AdminMenu = 'adminMenu',
SubmissionModal = 'submissionModal',
}