Skip to main content

Type Alias: ProgressState

ProgressState: "none" | "loading" | "error" | "completed"

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.

Defined in

widgets/utility/progressBar.tsx:40