Module: client/lib/DataStoreManager/structures/OrderedDataStore
Table of contents
Classes
Type aliases
Type aliases
GetSortedUrlOptions
Ƭ GetSortedUrlOptions: object
Type declaration:
| Name | Type |
|---|---|
ascending? |
boolean |
maxValue? |
number |
minValue? |
number |
pageSize? |
number |
startKey? |
string |
Defined in: client/lib/DataStoreManager/structures/OrderedDataStore.ts:8
OrderedDataStoreResultType
Ƭ OrderedDataStoreResultType: object
Type declaration:
| Name | Type |
|---|---|
data |
object |
data.Entries |
{ Target: string ; Value: number }[] |
data.ExclusiveStartKey |
string | null |
Defined in: client/lib/DataStoreManager/structures/OrderedDataStore.ts:15