Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockProviderConfig

Configuration for the Dock provider.

Hierarchy

Index

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.

default

false

icon: string

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.

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

Generated using TypeDoc