Skip to main content

Loading

The Loading API indicates to users that a page is loading or an upload is processing.

The Loading API is available on the shopify global. It displays a loading indicator in the Shopify admin.

boolean

Examples
shopify.loading(true);
// ...
shopify.loading(false);

Preview

Was this page helpful?