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

Last Updated: 08 January, 2020