# Accessors

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                                                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><strong>public get</strong> <a href="accessors/get-range"><strong>range()</strong></a>: <mark style="color:green;">Readonly</mark><<mark style="color:green;">Array</mark><<mark style="color:green;">number</mark>>><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor obtains the range of an <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"><code>Array</code></a> of the <a href="properties/min">minimum</a> to the <a href="properties/max">maximum</a> with the <a href="accessors/get-step">step</a> of a specified <a href=""><code>Range</code></a> object.</p> |                                                                                                                                                                                                                                                                                                        |
| <p><strong>public get</strong> <a href="accessors/get-step"><strong>step()</strong></a>: <mark style="color:green;">Step</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor obtains the step of a specified <a href=""><code>Range</code></a> object.</p>                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                                                        |
| <p><strong>public get</strong> <a href="accessors/get-steps"><strong>steps()</strong></a>: <mark style="color:green;">number</mark><br>Retrieves the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number"><code>number</code></a> of steps of the specified <a href=""><code>Range</code></a> object.</p>                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                                                        |
| <p><strong>public</strong> <a href="accessors/value"><strong>value()</strong></a>: <mark style="color:green;">number</mark>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | <mark style="color:green;">undefined</mark><br>The <code>value</code> accessor indicates the range current value of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a> type of a specified <a href=""><code>Range</code></a> object.</p> |
| <p><strong>public get</strong> <a href="accessors/get-symbol.tostringtag"><strong>[Symbol.</strong><mark style="color:blue;"><strong>toStringTag</strong></mark><strong>](https://range.angular-package.dev/draft/range)</strong></a>: <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor, with the help of <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag"><code>toStringTag</code></a>, changes the default tag to <code>'Range'</code> for an instance of <a href=""><code>Range</code></a>.</p>                      |                                                                                                                                                                                                                                                                                                        |
