Home > @vsf-enterprise/bigcommerce-theme > GetPaginationResponse
# GetPaginationResponse interface
Pagination object formatted for client-side
Signature:
export interface GetPaginationResponse
# Properties
Property | Type | Description |
---|---|---|
currentPage | number | Current page |
itemsPerPage | number | Current selected size of the page |
pageOptions | number[] | Available size options of the page |
totalItems | number | Total items |
totalPages | number | Total page |