GitHub

DaffCategoryPageChangeCurrentPage

import { DaffCategoryPageChangeCurrentPage } from '@daffodil/category/state'

An action for changing the current page of products for the selected category.

class DaffCategoryPageChangeCurrentPage implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeCurrentPageAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeCurrentPageAction
  currentPage: number
}