★ Constructor
Creates the `Range` instance with a range of the given required `min`, `max` and optional current `value`, `step`
Range()
Range()
Creates the Range
instance with a range of the given required min
, max
and optional current value
, step
.
Parameters
The optional value of the number
type between the given min
and max
specifies the default value of a new Range
instance.
Example usage
Last updated