Skip to main content

Interface: StreamSharePagination

Pagination metadata returned with a result page.

Properties

currentPage

currentPage: number

One-based index of the current page.


itemsPerPage

itemsPerPage: number

Maximum number of items requested or returned per page.


totalItems?

optional totalItems?: number

Total matching item count when known.


totalPages?

optional totalPages?: number

Total page count when known.