GitHub

DaffCategoryPageChangePageSize

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

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

class DaffCategoryPageChangePageSize implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeSizeAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeSizeAction
  pageSize: number
}