AboutSupportDeveloper GuideVersion 22.3.18

Type Alias WorkspaceButtonsConfig

WorkspaceButtonsConfig: WorkspaceButton[]

Controls the visibility as well as the order of buttons for workspace components on the Dock.

To omit a button from the Dock UI, simply omit it from the array.

The array must not contain duplicate values. Any duplicate values will be removed.

const workspaceButtonsConfig: WorkspaceButtonsConfig = [
'notifications',
'switchWorkspace',
'store'
];
const workspaceButtonsConfig: WorkspaceButtonsConfig = [];