Deregister a provider.
the id of the provider.
Hides the Storefront window. Awaits for the latest [[Storefront.register()
]]
internally, so you don't have to. Throws an error if a StorefrontProvider
doesn't exist (i.e., because register()
was not called previously).
Registers a StorefrontProvider
. Upon registering a provider,
the title of your provider appears in the menu of the Storefront UI.
When a user selects your Storefront, the methods on the provider
object are called to populate the UI. Throws an error if a provider with
the same id
already exists.
the implementation of a Storefront provider.
Shows the Storefront window. Awaits for the latest [[Storefront.register()
]]
internally, so you don't have to. Throws an error if a StorefrontProvider
doesn't exist (i.e., because register()
not called previously).
Generated using TypeDoc
Interface that contains functions for integrating with Storefront.