Configuration of a dock action button When you add a custom button to the Dock, you must also provide details about the custom action.
const sampleDockButton: DockButtonConfig = { tooltip: 'Sample Button 1', iconUrl: 'https://www.openfin.co/favicon-32x32.png', action: { id: 'sampleButton1' }}
Custom action once the button is clicked
Disable custom button true or false
icon URL for icon image
Button name text when hovered over
Generated using TypeDoc
Configuration of a dock action button When you add a custom button to the Dock, you must also provide details about the custom action.