DaffCategoryPageChangeCurrentPage
An action for changing the current page of products for the selected category.
import { DaffCategoryPageChangeCurrentPage } from '@daffodil/category/state'
class DaffCategoryPageChangeCurrentPage implements Action {
readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeCurrentPageAction
currentPage: number
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeCurrentPageAction | |
currentPage | number |