API Reference > ui-core > Loading > LoadingPromptProps LoadingPromptProps Interface Beta Properties for LoadingPrompt component Properties Name Type Description isDeterministic boolean Determine if a loading bar is displayed (isDeterministic=true), otherwise a loading spinner is shown message undefined | string Message displayed below the title (optional) onCancel undefined | () => void Function called when Cancel button is clicked. percent number Current percentage. showCancel boolean Show cancel button. 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 Defined in ui/core/src/ui-core/loading/LoadingPrompt.tsx Line 18 Last Updated: 13 June, 2024