Buttons for platform-specific custom actions to display on the Dock.
version of client SDK, set by the API
If true, the user will not be able to rearrange the buttons on the Dock.
Icon for the provider.
Unique identifier for the provider.
By default, the Dock will save the user's configuration and restore it on the next launch.
If true, the currently stored configuration will be ignored and the Dock will use the configuration provided by the provider.
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.
Generated using TypeDoc
Sample DockProvider definition.
The icon for
DockProvider
must be in a raster image format. An SVG is not processed.Import required dependencies.
Create provider object to pass to the static
register
function of theDock
type.Initialize
workspace
withcustomActions
to be invoked by dock dropdown.Register Dock
provider
object.Show Dock.