AboutSupportDeveloper GuideVersion 18.0.9
  • API function to show the Home UI.

    Returns Promise<void>

    a promise that resolves once the Home UI is hidden

    Remarks

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

    Example

    Show a Home provider.

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

    await Home.show();