Skip to content

Home > @liquidrazor/list-display > PaginationState

PaginationState interface

Pagination metadata describing both the current paging parameters and the total counts when known.

Signature:

typescript
export interface PaginationState

Properties

Property

Modifiers

Type

Description

pageIndex

number

Zero-based index of the current page.

pageSize

number

Number of items requested per page.

totalItems?

number

(Optional) Optional total number of items available.

totalPages?

number

(Optional) Optional total number of pages inferred from .