AboutSupportDeveloper GuideVersion 22.3.24

API function to deregister a Dock provider.

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

an error if the provider is not registered.

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

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

    a promise that resolves once the Dock provider is successfully deregistered.