Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.indexeddb
/
KeyRange
Key
Range
data class
KeyRange
(lower:
Key
?, upper:
Key
?, lowerOpen:
Boolean
, upperOpen:
Boolean
)
Content copied to clipboard
Key range.
Constructors
Properties
Sources
Constructors
KeyRange
Link copied to clipboard
fun
KeyRange
(lower:
Key
? = null, upper:
Key
? = null, lowerOpen:
Boolean
, upperOpen:
Boolean
)
Content copied to clipboard
Properties
lower
Link copied to clipboard
val
lower
:
Key
? = null
Content copied to clipboard
Lower bound.
lowerOpen
Link copied to clipboard
val
lowerOpen
:
Boolean
Content copied to clipboard
If true lower bound is open.
upper
Link copied to clipboard
val
upper
:
Key
? = null
Content copied to clipboard
Upper bound.
upperOpen
Link copied to clipboard
val
upperOpen
:
Boolean
Content copied to clipboard
If true upper bound is open.
Sources
jvm source
Link copied to clipboard