lower property
Specifies the lowest value of a key range.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
lowervalue = object.lower |
Property values
Type: any
The lowest value of the key range.
Standards information
Remarks
A key range is said to be open if the lower bound value is included in the range and closed if the range does not include the lower bound value. Use the lowerOpen property to determine if the lower value is open or closed.
See also
Show:
