⚠ toArray()
Returns a read-only array of the range in order minimum and maximum
Range.prototype.toArray()
Range.prototype.toArray()
Deprecated: This feature is no longer recommended. Avoid using it, and update existing code if possible. Be aware that this feature may cease to work at any time.
The toArray()
method returns a read-only array of the range in order minimum and maximum.
range.class.ts
Return type
Type
The return type
Returns
The return value is a read-only array of the range in order minimum and maximum.
Example usage
Last updated