ProgressBar
A widget representing a numeric value as a horizontal bar with a growing indicator. Includes Widget API
Properties
maximum
Type: number, default: 100
minimum
Type: number, default: 0
selection
Type: number, default: 0
state
Type: string, supported values: normal
, paused
, error
, default: normal