Type Alias: ProgressState
ProgressState =
"none"
|"loading"
|"error"
|"completed"
Defined in: widgets/utility/progressBar.tsx:40
Progress bar state:
none
- no operation has started yet;loading
- an operation is in progress;error
- an operation has failed;completed
an operation successfully completed.