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']; Copy
const workspaceButtonsConfig: WorkspaceButtonsConfig = [ 'notifications', 'switchWorkspace', 'store'];
const workspaceButtonsConfig: WorkspaceButtonsConfig = []; Copy
const workspaceButtonsConfig: WorkspaceButtonsConfig = [];
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.