ILoadingPanelProps
@spartanfx/react / index / ILoadingPanelProps
Interface: ILoadingPanelProps
Props for the LoadingPanel component, extending Fluent UI's IPanelProps.
Extends
Properties
| Property | Type | Default | Description |
|---|---|---|---|
loading? | boolean | false | Controls 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
IPanelPropsprops and standard HTML/ARIA attributes (e.g.className,onClick,aria-*) are also accepted but omitted here for clarity.