lower
Summary
This value is the lower-bound of the key range.
Property of apis/indexeddb/IDBKeyRangeapis/indexeddb/IDBKeyRange
Syntax
var result = element.lower;
element.lower = value;
Notes
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.
Syntax
Standards information
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]