GitHub

DaffCategoryPageToggleFilter

class

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

An action for toggling a filters for the current category.

class DaffCategoryPageToggleFilter implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageToggleFilterAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageToggleFilterAction
  filter: DaffFilterToggleRequest
}