mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Added doc for some of the contexts
This commit is contained in:
@@ -3,19 +3,31 @@
|
||||
*/
|
||||
|
||||
export enum Context {
|
||||
/** Default context */
|
||||
Any = 'undefined',
|
||||
|
||||
/** General item page context */
|
||||
ItemPage = 'itemPage',
|
||||
|
||||
/** General search page context */
|
||||
Search = 'search',
|
||||
|
||||
Workflow = 'workflow',
|
||||
Workspace = 'workspace',
|
||||
SupervisedItems = 'supervisedWorkspace',
|
||||
|
||||
/** Administrative menu context */
|
||||
AdminMenu = 'adminMenu',
|
||||
EntitySearchModalWithNameVariants = 'EntitySearchModalWithNameVariants',
|
||||
EntitySearchModal = 'EntitySearchModal',
|
||||
|
||||
/** Administrative search page context */
|
||||
AdminSearch = 'adminSearch',
|
||||
AdminWorkflowSearch = 'adminWorkflowSearch',
|
||||
SideBarSearchModal = 'sideBarSearchModal',
|
||||
SideBarSearchModalCurrent = 'sideBarSearchModalCurrent',
|
||||
|
||||
/** The MyDSpace* Context values below are used for badge display in MyDSpace. */
|
||||
MyDSpaceArchived = 'mydspaceArchived',
|
||||
MyDSpaceWorkspace = 'mydspaceWorkspace',
|
||||
MyDSpaceWorkflow = 'mydspaceWorkflow',
|
||||
|
Reference in New Issue
Block a user