Skip to main content
Version: 2.1.4

ILoadingPanelProps

3p-core v2.1.4


3p-core / ILoadingPanelProps

Interface: ILoadingPanelProps

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

Extends

  • IPanelProps

Properties

PropertyTypeDescription
loading?booleanControls 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.