API Reference > ui-core > Loading > LoadingPromptProps LoadingPromptProps Interface Properties for LoadingPrompt component Extends CommonProps Methods Name Description onCancel(): void Optional Function called when Cancel button is clicked. Properties Name Type Description isDeterminate boolean Determine if a percentage bar is displayed (isDeterminate=true), otherwise a loading spinner or indeterminate progress bar is shown. isDeterministic boolean Determine if a loading bar is displayed (isDeterminate=true), otherwise a loading spinner or indeterminate progress bar is shown Deprecated message undefined | string Message displayed below the title (optional) percent number Current percentage. showCancel boolean Show cancel button. showIndeterminateBar boolean Show indeterminate progress bar instead of loading spinner showPercentage boolean Show percentage at the end of the loading bar (optional). showStatus boolean Show current status and percentage. status string Current loading status text (optional). title string Title Inherited properties Name Type Inherited from Description className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/loading/LoadingPrompt.tsx Line 23 Last Updated: 11 June, 2024