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
}
Name | Type | Description |
---|---|---|
type | DaffCategoryPageProductCollectionActionTypes.CategoryPageToggleFilterAction | |
filter | DaffFilterToggleRequest |