Skip to main content

ILoadingPanelProps

@spartanfx/react v1.2.2


@spartanfx/react / index / ILoadingPanelProps

Interface: ILoadingPanelProps

Props for the LoadingPanel component, extending Fluent UI's IPanelProps.

Extends

Properties

PropertyTypeDefaultDescription
loading?booleanfalseControls whether a loading indicator block is displayed on the panel.
panelBlockRef?MutableRefObject<LoadingPanelBlockHandle>-Optional ref that exposes control methods for showing and removing a loading block.

+ 291 inherited members. Fluent UI IPanelProps props and standard HTML/ARIA attributes (e.g. className, onClick, aria-*) are also accepted but omitted here for clarity.