@antiraid-ext/framework/paginate
API reference for @antiraid-ext/framework/paginate
@antiraid-ext/framework/paginate
Types
PaginationOpts
Raw Type
type PaginationOpts = {
id: string,
embed: (currentIdx: number) -> apitypes.EmbedObject,
numPages: number,
timeToExpiry: number?
}
Prop | Type | Description |
---|---|---|
embed | - | |
id | - | |
numPages | - | |
timeToExpiry? | - |
Functions
paginate
Function Signature
function paginate(data: frameworktypes.RunData, opts: PaginationOpts) -> () end
Arguments
data
opts
Last updated on