Creates a LoadingSpinner.
Spinner configuration.
Destroys this spinner and removes its DOM elements.
Hides the spinner overlay.
Increments the number of loaded items.
Number of items completed.
Resets progress to zero and shows the spinner.
Sets the number of loaded items directly.
Number of loaded items.
Sets the total number of items to load.
Optionally preserves the current loaded count.
Total number of items.
When true, preserves the current loaded count instead of resetting it.
Shows the spinner overlay.
Full-screen loading spinner with an animated 3D cube and progress bar.
Overview
LoadingSpinnerdisplays a modal loading overlay intended for model loading workflows.The spinner listens to sdkProgress task events to increment total and completed work, while also allowing progress to be driven explicitly with LoadingSpinner.setTotal, LoadingSpinner.setLoaded and LoadingSpinner.itemLoaded.
Usage
Auto-hide
When configured with
autoHide: true, the spinner hides itself shortly after progress reaches 100%.