indexeddb
Toggle table of contents
js
Platform filter
js
Switch theme
Search in API
indexeddb
core
/
com.juul.indexeddb
/
CursorStart
Cursor
Start
sealed
class
CursorStart
Inheritors
Advance
Continue
ContinuePrimaryKey
Members
Types
Advance
Link copied to clipboard
data
class
Advance
(
val
count
:
Int
)
:
CursorStart
Continue
Link copied to clipboard
data
class
Continue
(
val
key
:
Key
)
:
CursorStart
Continue
Primary
Key
Link copied to clipboard
data
class
ContinuePrimaryKey
(
val
key
:
Key
,
val
primaryKey
:
Key
)
:
CursorStart