lowerBound

fun lowerBound(lower: JsAny?, open: Boolean = definedExternally): IDBKeyRange(source)

The lowerBound() static method of the IDBKeyRange interface creates a new key range with only a lower bound.

MDN Reference