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. By default, it includes the lower endpoint value and is closed.

MDN Reference