Creates a new fullscreen infinite progress indicator.
Optional AcApProgressOptions controlling appearance & behavior
Message text element displayed under the spinner.
ReadonlyoptionsImmutable resolved configuration for this instance.
Root overlay container element appended to the configured host.
Spinner circle element.
Static ReadonlystyleID assigned to the injected <style> element.
Used to ensure styles are only injected once.
StaticstylesTracks whether component CSS has already been injected.
Completely removes the component from the DOM. Safe to call multiple times.
Hides the progress indicator without removing it from the DOM.
The current AcApProgress instance (for chaining)
Updates the displayed message text beneath the spinner.
If the message is empty or undefined, the message element is hidden.
New message text
The current AcApProgress instance (for chaining)
Makes the progress indicator visible. The DOM remains mounted for efficiency.
The current AcApProgress instance (for chaining)
Displays a centered infinite circular loading indicator with optional text.
Features:
Example