ProgressBarComponent.setValue method
ProgressBarComponent › setValue
Official
Set the current value of the progress bar.Signature:
setValue(value: number): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | number | The progress amount, a value between 0-100. |
Returns: this