> 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/step.md).

# #step

## `#step`

The private property of the generic type variable [`Step`](/range-1/range/generic-type-variables.md#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>](/range-1/range/generic-type-variables.md#range-less-than-min-max-step-greater-than-2)
