setValue()
Sets the range value between the minimum and maximum of a specified `Range` object
Range.prototype.setValue()
Range.prototype.setValue()public setValue(value: number): this {
this.value = value;
return this;
}Parameters
Return type
Returns
Example usage
Last updated