<- Object

Object

Range

The range of a number value between the specified lower and upper bounds.

Link to section

Properties

Link to section

min

string

The lower bound of the number range. At least one of min or max must be specified. If unspecified, the results will have no minimum value.

Link to section

max

string

The upper bound of the number range. At least one of min or max must be specified. If unspecified, the results will have no maximum value.