ILoadingPanelProps
3p-core / ILoadingPanelProps
Interface: ILoadingPanelProps
Props for the LoadingPanel
component, extending Fluent UI's IPanelProps
.
Extends
IPanelProps
Properties
Property | Type | Description |
---|---|---|
loading? | boolean | Controls whether a loading indicator block is displayed on the panel. Default false |
panelBlockRef? | MutableRefObject <LoadingPanelBlockHandle > | Optional ref that exposes control methods for showing and removing a loading block. |