@valon-technologies/gestalt
Preparing search index...
services/indexeddb
IndexQueryRequest
Interface IndexQueryRequest
IndexQueryRequest addresses a secondary index plus an optional query.
interface
IndexQueryRequest
{
store
:
string
;
index
:
string
;
query
?:
IndexedDBQuery
;
count
?:
number
;
}
Index
Properties
store
index
query?
count?
Properties
store
store
:
string
index
index
:
string
Optional
query
query
?:
IndexedDBQuery
Optional
count
count
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
store
index
query
count
@valon-technologies/gestalt
Loading...
IndexQueryRequest addresses a secondary index plus an optional query.