Class: default<DataType>
client/lib/DataStoreManager/structures/OrderedDataStorePage.default
Type parameters
| Name | Type |
|---|---|
DataType |
any |
Table of contents
Constructors
Properties
Methods
Constructors
constructor
+ new default<DataType>(orderedDataStore: default<DataType>, data: { options: GetSortedUrlOptions ; result: OrderedDataStoreResultType }): default<DataType>
Type parameters:
| Name | Type |
|---|---|
DataType |
unknown |
Parameters:
| Name | Type |
|---|---|
orderedDataStore |
default<DataType> |
data |
object |
data.options |
GetSortedUrlOptions |
data.result |
OrderedDataStoreResultType |
Returns: default<DataType>
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:8
Properties
data
• data: { key: string ; value: number }[]
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:7
options
• options: GetSortedUrlOptions
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:6
orderedDataStore
• orderedDataStore: default<DataType>
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:5
startKey
• startKey: null | string
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:8
Methods
fetchNextPage
▸ fetchNextPage(): Promise<default<DataType>>
Returns: Promise<default<DataType>>
Defined in: client/lib/DataStoreManager/structures/OrderedDataStorePage.ts:20