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

Was this section helpful?

Loading

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

Preview