For the complete documentation index, see llms.txt. This page is also available as Markdown.

#step

The private property of the generic type variable `Step` indicates the range step

#step

The private property of the generic type variable Step indicates the range step. It's used to return the entire range, get the step of the range value, and change the range value.

range.class.ts
#step: Step;

Type

Last updated