Skip to content

ProgressBarComponent.setValue method

ProgressBarComponent › setValue

Official

Set the current value of the progress bar.

Signature:

setValue(value: number): this

Parameters:

Parameter Type Description
value number The progress amount, a value between 0-100.

Returns: this