API function to show the Store UI.
a promise that resolves once the Store UI is shown
At least one Store provider must be registered for this function to take effect.
Show a Store provider.
import { Storefront } from '@openfin/workspace';await Storefront.show(); Copy
import { Storefront } from '@openfin/workspace';await Storefront.show();
API function to show the Store UI.