Progress Bar
The Progress Bar tab allows you configure the Progress Bar widget.
Pick a mode. The progress bar supports four modes: determinate, indeterminate, buffer and query.
- Determinate: Operations where the percentage of the operation complete is known should use the determinate indicator. This is the default mode and the progress is represented by the value of the variable mapped to the Progress-bar.
- Indeterminate: Operations where you are asked to wait while something finishes and it’s not necessary to indicate how long it will take should use the indeterminate indicator. In this mode the value of the variable mapped to the Progress-bar is ignored.
- Buffer: Use the buffer mode of the progress-bar to indicate some activity or loading. In "buffer" mode, the value of the variable it is mapped to determines the progress of the primary bar.
- Query: Use the query mode of the progress-bar to indicate pre-loading before the actual loading starts. In "query" mode, the progress-bar renders as an inverted "indeterminate" bar. Once the response progress is available, the mode should be changed to determinate to convey the progress. In this mode the value of the variable it is mapped to, is ignored.
Pick a color for the Progress bar. By default, progress-bars use the theme's primary color. This can be changed to 'accent' or 'warn'.
Enter the height (in px).