Properties

The `Range` object properties

public readonly max!: Max The max read-only property is the maximum range of generic type variable Max of a specified Range object.

public readonly min!: Min; The min read-only property is the minimum range of generic type variable Min of a specified Range object.

#maximum: Maximum<Max> Private property of the Maximum primitive wrapper object with a primitive value from a given max of the Range constructor indicates the maximum range.

#minimum: Minimum<Min> Private property of the Minimum primitive wrapper object with a primitive value from a given min of the Range constructor indicates the minimum range.

#step: Step The private property of the generic type variable Step indicates the range step.

#value?: number The private property of the number type indicates the range value.

Last updated