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?
optionaltotalItems?:number
Total matching item count when known.
totalPages?
optionaltotalPages?:number
Total page count when known.