GitHub

DaffCategoryPageReplaceFilters

class

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

An action for replacing the filters for the current category. All existing filters will be removed and the specified filters will be applied.

class DaffCategoryPageReplaceFilters implements Action {
  readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageReplaceFiltersAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageReplaceFiltersAction
  filters: DaffFilterRequest[]
}