Use this block for displaying a progress status of a process.
Modifier | Acceptable values | Use cases | Description |
---|---|---|---|
theme | 'islands' |
BEMJSON |
A custom design. |
Field | Type | Description |
---|---|---|
val | Number |
The status of the process progress (in percent). |
Use the progressbar
block to display the progress of some process. The fundamental difference from the spin block is that the progressbar
shows a status of the process progress.
The block has the default width value: the progressbar
width is equal to the width of the parental block.
theme
modifierAcceptable value: 'islands'
.
Use case: BEMJSON
.
The modifier gives the block a custom design.
val
fieldType: Number
.
Specifies the status of the process progress (in percent relative to its parental block). By default process progress is equal to 0;