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