OpenFin Workspace Platform API
    Preparing search index...

    Function hide

    • Hides the Storefront VPW window.

      Returns Promise<void>

      A promise that resolves once the VPW window is hidden.

      At least one provider must be registered. Call from the provider process, matching register.

      import { Storefront } from '@openfin/workspace-platform';

      await Storefront.hide();