GitHub

DaffReviewsCollectionChangeCurrentPage

An action for changing the current page of items for this collection.

import { DaffReviewsCollectionChangeCurrentPage } from '@daffodil/reviews/state'
class DaffReviewsCollectionChangeCurrentPage implements DaffCollectionChangeCurrentPage {
  readonly type: DaffProductReviewsCollectionActionTypes.ChangeCurrentPageAction
  currentPage: DaffCollectionMetadata['currentPage']
}

Properties

Name Type Description
type DaffProductReviewsCollectionActionTypes.ChangeCurrentPageAction
currentPage DaffCollectionMetadata['currentPage']