Static Methods
Static factory methods for creating Paginator instances.
fromMeta()
Signature
static fromMeta(meta: FromMetaOptions): PaginatorParameters
| Parameter | Type | Description |
|---|---|---|
meta | FromMetaOptions | Pagination metadata to create from. |
type FromMetaOptions = Pick<PaginatorMeta, 'totalItems' | 'itemsPerPage' | 'currentPage'>;Returns
Paginator: New instance from meta object.
Example
playground.ts
Last updated: Sun, Jun 14, 2026 07:15:25PM (UTC)
