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