Classcorev0.4.1
abstract class PaginatorBase<Item, Prefix extends string, Ctx>Member visibility
Filter class members by access level.
protected PaginatorBase(config: PaginatorConfig<Item, Prefix, Ctx>)Showing members with Protected visibility and higher.
Properties
Methods
Item
The item type, inferred from the source.
ItemPrefix
The route prefix, inferred from config.prefix.
Prefix extends stringCtx
The transport's page context.
Ctxprotected readonly config: PaginatorConfig<Item, Prefix, Ctx>public readonly cursor: PageCursor<Prefix>protected async buildPage(
ctx: Ctx,
n: number
): Promise<ReplyResponse>