lowerOpen property
Indicates whether a lower bound key range includes the lower value specified for the range.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
isLowerOpen = object.lowerOpen |
Property values
Type: boolean
Indicates whether the lower bound value of the key range is open or closed.
| Value | Condition |
|---|---|
|
The lower bound value of the key range is open; it includes the lower bound value. |
|
The lower bound value of the key range is closed; it does not include the lower bound value. |
Standards information
See also
Show:
