Home > @vsf-enterprise/sap-commerce-webservices-sdk > Pagination

Pagination interface

Pagination info Pagination

Signature:

export interface Pagination 

Properties

Property Type Description
count? number (Optional) Number of elements on this page
hasNext? boolean (Optional) Indicates if there is next page
hasPrevious? boolean (Optional) Indicates if there is previous page
page? number (Optional) Current page number
totalCount? number (Optional) Total number of elements
totalPages? number (Optional) Total number of pages