ProgressBarComponent โ€บ setValue

ProgressBarComponent.setValue() method

Signature:

setValue(value: number): this;

Parameters

ParameterTypeDescription
valuenumberThe progress amount, a value between 0-100.

Returns:

this