GitHub

DaffCategoryPageChangePageSize

An action for changing the number of products shown on each page for the selected category.

import { DaffCategoryPageChangePageSize } from '@daffodil/category/state'
class DaffCategoryPageChangePageSize implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeSizeAction
  pageSize: number
}

Properties

Name Type Description
type DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeSizeAction
pageSize number