Accessors

The `Range` object accessors

public get range(): Readonly<Array<number>> The getarrow-up-right accessor obtains the range of an Arrayarrow-up-right of the minimum to the maximum with the step of a specified Range object.

public get step(): Step The getarrow-up-right accessor obtains the step of a specified Range object.

public get steps(): number Retrieves the numberarrow-up-right of steps of the specified Range object.

public value(): number | undefined The value accessor indicates the range current value of the numberarrow-up-right type of a specified Range object.

public get [Symbol.toStringTag](): string The getarrow-up-right accessor, with the help of toStringTagarrow-up-right, changes the default tag to 'Range' for an instance of Range.

Last updated