value()?
The `value` accessor indicates the range current value of the number type of a specified `Range` object
Range.prototype.value
Range.prototype.value
The value
accessor indicates the range current value of the number type of a specified Range
object.
get
get
The get
accessor retrieves the #value
property that indicates the range current value of the number
type of a specified Range
object. It can be set by the setValue()
method.
range.class.ts
set
set
The set
accessor sets the range current value of the number
type between the minimum and maximum of a specified Range
object.
range.class.ts
Type
Example usage
Last updated