Buttons for platform-specific custom actions to display on the Dock.
version of client SDK, set by the API
Icon for the provider.
Unique identifier for 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.