getCurrentStep()
Returns the step of the range value
Range.prototype.getCurrentStep()
Range.prototype.getCurrentStep()
The getCurrentStep()
method returns the step of the range value.
range.class.ts
Return type
Returns
The return value is the step of number
type, if range value is set, otherwise undefined
.
Example usage
Last updated