/** * 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', }