Hierarchy

Properties

disableAbort?: boolean

If true the abort button will be disabled. (default: false)

divRef?: Ref<HTMLDivElement>

reference to the DOM div element of the loading panel

isLoading?: boolean

if true the loading panel will show its loading animation

key?: null | Key
onAbort?: (() => void)

Type declaration

    • (): void
    • If defined an abort button will be displayed.

      Returns void

overlayClassName?: string

Additional css classes for the loading oerlay.

progress?: number

current progress [0,100]

ref?: LegacyRef<LoadingPanel>

Allows 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).

See

https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom

Generated using TypeDoc