Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockProviderRegistration

Return type from the Dock registration call.

Hierarchy

Index

Properties

clientAPIVersion: string
workspaceVersion: string

Methods

  • Updates the Dock configuration.

    example
    const newConfig: DockProviderConfig = {
    buttons: [{
    tooltip: 'Sample Button 1',
    iconUrl: 'https://www.openfin.co/favicon-32x32.png',
    action: {
    id: 'sampleButton1'
    }
    }]
    };

    await dockProviderRegistration.updateDockProviderConfig(newConfig);

    Parameters

    Returns Promise<void>

    Promise that resolves when the update completes.

Generated using TypeDoc