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