Shows the Storefront VPW window and brings it to the foreground.
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(); Copy
import { Storefront } from '@openfin/workspace-platform';await Storefront.show();
Shows the Storefront VPW window and brings it to the foreground.