Home > @vsf-enterprise/bigcommerce-theme > UsePaginationInterface
# UsePaginationInterface interface
Data and methods returned from the usePagination() composable
Signature:
export interface UsePaginationInterface
# Properties
Property | Type | Description |
---|---|---|
pageInfo | ComputedRef<MetaCollection['pageInfo']> | Computed page info. |
pagination | ComputedRef<GetPaginationResponse> | Computed pagination. |