An interface that describes an interval, with a minimum and a maximum.

Since

2023.1

Hierarchy

  • Interval

Properties

Properties

max: number

The maximum of the interval.

min: number

The minimum of the interval.