AboutSupportDeveloper GuideVersion 18.0.9
  • API function to hide the Dock UI.

    Returns Promise<void>

    a promise that resolves once the Dock UI is hidden

    Remarks

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

    Example

    Hide a Dock provider.

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

    await Dock.hide();