Optional
disableOptional
divreference to the DOM div element of the loading panel
Optional
isif true the loading panel will show its loading animation
Optional
keyOptional
onIf defined an abort button will be displayed.
Optional
overlayAdditional css classes for the loading oerlay.
Optional
progresscurrent progress [0,100]
Optional
refAllows getting a ref to the component instance.
Once the component unmounts, React will set ref.current
to null
(or call the ref with null
if you passed a callback ref).
https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom
Generated using TypeDoc
If true the abort button will be disabled. (default: false)