Return type from the Dock registration call.
Updates the Dock configuration.
const newConfig: DockProviderConfig = { buttons: [{ tooltip: 'Sample Button 1', iconUrl: 'https://www.openfin.co/favicon-32x32.png', action: { id: 'sampleButton1' } }]};await dockProviderRegistration.updateDockProviderConfig(newConfig);
The new Dock configuration.
Promise that resolves when the update completes.
Generated using TypeDoc
Return type from the Dock registration call.