# #minimum

## `#minimum`

Private property of the [`Minimum`](https://range.angular-package.dev/minimum) [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`](https://range.angular-package.dev/constructor#min-min) of the [`Range`](https://range.angular-package.dev/range) constructor indicates the minimum range.

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

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

{% endcode %}

### Type

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