This topic has not yet been rated - Rate this topic

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

IDBKeyRange

 

 

Build date: 11/22/2012

© 2013 Microsoft. All rights reserved.