GitHub

DaffCategoryPageToggleFilter

An action for toggling a filters for the current category.

import { DaffCategoryPageToggleFilter } from '@daffodil/category/state'
class DaffCategoryPageToggleFilter implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageToggleFilterAction
  filter: DaffFilterToggleRequest
}

Properties

Name Type Description
type DaffCategoryPageProductCollectionActionTypes.CategoryPageToggleFilterAction
filter DaffFilterToggleRequest