> For the complete documentation index, see [llms.txt](https://range.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://range.angular-package.dev/range/properties/minimum.md).

# #minimum

## `#minimum`

Private property of the [`Minimum`](/minimum/overview.md) [primitive wrapper object](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript) with a primitive value from a given [`min`](/range/constructor.md#min-min) of the [`Range`](/range/overview.md) constructor indicates the minimum range.

{% code title="range.class.ts" %}

```typescript
#minimum: Minimum<Min>;
```

{% endcode %}

### Type

#### [<mark style="color:green;">`Minimum`</mark>](/minimum/overview.md)`<`[<mark style="color:green;">`Min`</mark>](/range/generic-type-variables.md#range-less-than-min-max-step-greater-than)`>`
