Workspace page
The workspacePage
will add a menu entry in the workspace menu.
Manifest example
modules:
workspacePage:
- key: workspace-key
resource: main
title: Workspace Title
loadType: Micro
route: /workspace
- key: board-key
title: Workspace Board
type: board
parent: group-key
- key: group-key
title: Workspace Group
type: group
resources:
- key: main
path: ./dist/
Properties
name | type | required | description |
---|---|---|---|
key | String | Yes | A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: ^[a-zA-Z0-9_-]+$ |
resource | String | No | A reference to the static resources entry that your workspace page wants to display. See resources for more details. |
title | String | Yes | The title of the workspace page, which is displayed at the left navigation of workspace menu. |
loadType | Micro | No | The app's rendering method |
route | String | false | The app route, default / |
type | String | No | Panel type, board: panel, group: panel group |
parent | string | No | The key of the parent, pointing to the key of the panel group |
iql | string | No | iql |
filterSource | string | No | inWorkspace: panels within the workspace, iql: cross-workspace panels |