AboutSupportDeveloper GuideVersion 22.3.18

API function to show the Dock UI.

A Workspace Platform must be initialized, and at least one Dock provider must be registered for this function to take effect.

import { Dock } from '@openfin/workspace';

await Dock.show();
  • Returns Promise<void>

    a promise that resolves once the Dock UI is shown