AboutSupportDeveloper GuideVersion 18.0.9

Interface DockProviderConfigWithIdentity

Configuration for the Dock provider.

Hierarchy

Properties

buttons?: DockButton[]

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

clientAPIVersion?: string

version of client SDK, set by the API

disableUserRearrangement?: boolean

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

Default

false
icon: string

Icon for the provider.

id: string

Unique identifier for the provider.

Remarks

A non-zero length string.

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.

Default

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