@valon-technologies/gestalt
Preparing search index...
index
IndexedDBOpenCursorRequest
Interface IndexedDBOpenCursorRequest
Native open-cursor request used by provider-side cursor helpers.
interface
IndexedDBOpenCursorRequest
{
store
?:
string
;
query
?:
Key
|
KeyRange
;
direction
?:
CursorDirection
;
keysOnly
?:
boolean
;
index
?:
string
;
}
Index
Properties
store?
query?
direction?
keys
Only?
index?
Properties
Optional
store
store
?:
string
Optional
query
query
?:
Key
|
KeyRange
Optional
direction
direction
?:
CursorDirection
Optional
keys
Only
keysOnly
?:
boolean
Optional
index
index
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
store
query
direction
keys
Only
index
@valon-technologies/gestalt
Loading...
Native open-cursor request used by provider-side cursor helpers.