AboutSupportDeveloper GuideVersion 22.3.18

Configuration for the Dock provider.

interface DockProviderConfig {
    buttons?: DockButton[];
    disableUserRearrangement?: boolean;
    icon: string | TaskbarIcon;
    title: string;
    workspaceComponents?: WorkspaceComponentButtonOptions | WorkspaceButtonsConfig;
}

Hierarchy (view full)

Properties

buttons?: DockButton[]

Buttons for platform-specific custom actions to display on the Dock.

disableUserRearrangement?: boolean

If true, the user will not be able to rearrange the buttons on the Dock.

false
icon: string | TaskbarIcon

Icon for the provider.

title: string

A UI friendly title for the provider platform.

Controls the visibility of buttons for workspace components on the Dock. All components are visible by default, but you can hide any of them.

  • All components are visible. ['switchWorkspace', 'home', 'notifications', 'store']