Appearance
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 PaginationStateProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | Zero-based index of the current page. | ||
number | Number of items requested per page. | ||
number | (Optional) Optional total number of items available. | ||
number | (Optional) Optional total number of pages inferred from . |