OpenFin Workspace Platform API
    Preparing search index...

    Function show

    • Shows the Storefront VPW window and brings it to the foreground.

      Returns Promise<void>

      A promise that resolves once the VPW window is shown.

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

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

      await Storefront.show();