Toolbox-XToolbox-X

Static Methods

Static factory methods for creating Paginator instances.

fromMeta()

Signature

static fromMeta(meta: FromMetaOptions): Paginator

Parameters

ParameterTypeDescription
metaFromMetaOptionsPagination 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)

On this page