# Properties

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public readonly</strong> <a href="properties/max"><strong>max!</strong></a>: <mark style="color:green;">Max</mark><br>The <code>max</code> read-only property is the maximum range of generic type variable <a href="../generic-type-variables#maxextendsnumber"><code>Max</code></a> of a specified <a href=""><code>Range</code></a> object.</p>                                                                                                                                                                                       |
| <p><strong>public readonly</strong> <a href="properties/min"><strong>min!</strong></a>: <mark style="color:green;">Min;</mark><br>The <code>min</code> read-only property is the minimum range of generic type variable <a href="../generic-type-variables#minextendsnumber"><code>Min</code></a> of a specified <a href=""><code>Range</code></a> object.</p>                                                                                                                                                                                      |
| <p><a href="properties/maximum"><strong>#maximum</strong></a>: <mark style="color:green;">Maximum</mark><<mark style="color:green;">Max</mark>><br>Private property of the <a href="../maximum"><code>Maximum</code></a> <a href="https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript">primitive wrapper object</a> with a primitive value from a given <a href="../constructor#max-max"><code>max</code></a> of the <a href=""><code>Range</code></a> constructor indicates the maximum range.</p> |
| <p><a href="properties/minimum"><strong>#minimum</strong></a>: <mark style="color:green;">Minimum</mark><<mark style="color:green;">Min</mark>><br>Private property of the <a href="../minimum"><code>Minimum</code></a> <a href="https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript">primitive wrapper object</a> with a primitive value from a given <a href="../constructor#min-min"><code>min</code></a> of the <a href=""><code>Range</code></a> constructor indicates the minimum range.</p> |
| <p><a href="properties/step"><strong>#step</strong></a>: <mark style="color:green;">Step</mark><br>The private property of the generic type variable <a href="../generic-type-variables#range-less-than-min-max-step-greater-than-2"><code>Step</code></a> indicates the range step.</p>                                                                                                                                                                                                                                                            |
| <p><a href="properties/value"><strong>#value?</strong></a>: <mark style="color:green;">number</mark><br>The private property of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number"><code>number</code></a> type indicates the range value.</p>                                                                                                                                                                                                                                                   |
