OptionalautoHide?: booleanWhen true, automatically hides the spinner when loading completes.
Defaults to true.
OptionalautoHideDelayMs?: numberDelay, in milliseconds, before auto-hiding after loading completes.
Defaults to 300.
Optionalclamp?: booleanWhen true, clamps loaded progress to the range [0..total].
Defaults to true.
OptionalinitialLoaded?: numberInitial number of completed items.
Defaults to 0.
Optionallabel?: (loaded: number, total: number, pct: number) => stringGenerates the secondary progress label.
Configuration for LoadingSpinner.