getCurrentRange()
Returns a range of numbers from minimum to the current value by the step of a specified `Range` object
Range.prototype.getCurrentRange()
Range.prototype.getCurrentRange()
The getCurrentRange()
method returns a range of numbers from minimum to the current value
by the step
of a specified Range
object.
range.class.ts
Return type
Returns
The return value is a range of numbers of a read-only Array
from minimum to the current value
, if the current value
is set, otherwise undefined
.
Example usage
Last updated