> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/range-1/range/properties.md).

# Properties

The \`Range\` object properties

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public readonly</strong> <a href="/range-1/range/properties/max.md"><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="/range-1/range/generic-type-variables.md#maxextendsnumber"><code>Max</code></a> of a specified <a href="/range-1/range/overview.md"><code>Range</code></a> object.</p>                                                                                                                                                                                                         |
| <p><strong>public readonly</strong> <a href="/range-1/range/properties/min.md"><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="/range-1/range/generic-type-variables.md#minextendsnumber"><code>Min</code></a> of a specified <a href="/range-1/range/overview.md"><code>Range</code></a> object.</p>                                                                                                                                                                                                        |
| <p><a href="/range-1/range/properties/maximum.md"><strong>#maximum</strong></a>: <mark style="color:green;">Maximum</mark><<mark style="color:green;">Max</mark>><br>Private property of the <a href="/range-1/maximum/overview.md"><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="/range-1/range/constructor.md#max-max"><code>max</code></a> of the <a href="/range-1/range/overview.md"><code>Range</code></a> constructor indicates the maximum range.</p> |
| <p><a href="/range-1/range/properties/minimum.md"><strong>#minimum</strong></a>: <mark style="color:green;">Minimum</mark><<mark style="color:green;">Min</mark>><br>Private property of the <a href="/range-1/minimum/overview.md"><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="/range-1/range/constructor.md#min-min"><code>min</code></a> of the <a href="/range-1/range/overview.md"><code>Range</code></a> constructor indicates the minimum range.</p> |
| <p><a href="/range-1/range/properties/step.md"><strong>#step</strong></a>: <mark style="color:green;">Step</mark><br>The private property of the generic type variable <a href="/range-1/range/generic-type-variables.md#range-less-than-min-max-step-greater-than-2"><code>Step</code></a> indicates the range step.</p>                                                                                                                                                                                                                                                                                                        |
| <p><a href="/range-1/range/properties/value.md"><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>                                                                                                                                                                                                                                                                                                              |
