AboutSupportDeveloper GuideVersion 18.0.9
  • API function to show the Store UI.

    Returns Promise<void>

    a promise that resolves once the Store UI is shown

    Remarks

    At least one Store provider must be registered for this function to take effect.

    Example

    Show a Store provider.

    import { Storefront } from '@openfin/workspace';

    await Storefront.show();