# #step

## `#step`

The private property of the generic type variable [`Step`](https://docs.angular-package.dev/range-1/generic-type-variables#range-less-than-min-max-step-greater-than-2) indicates the range step. It's used to return the entire range, get the step of the range value, and change the range value.

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

```typescript
#step: Step;
```

{% endcode %}

### Type

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