mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
refactored ItemViewMode to be part of ViewMode and added the Context enum
This commit is contained in:
11
src/app/core/shared/context.model.ts
Normal file
11
src/app/core/shared/context.model.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* This enumeration represents all possible ways of representing a group of objects in the UI
|
||||
*/
|
||||
|
||||
export enum Context {
|
||||
SearchList = 'searchList',
|
||||
SearchGrid = 'searchGrid',
|
||||
Submission = 'submission',
|
||||
AdminMenuList = 'adminMenuList',
|
||||
SubmissionModal = 'submissionModal',
|
||||
}
|
Reference in New Issue
Block a user