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