DaffCategoryPageApplyFilters
An action for applying the specified filters for the current category.
import { DaffCategoryPageApplyFilters } from '@daffodil/category/state'
class DaffCategoryPageApplyFilters implements Action {
readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageApplyFiltersAction
filters: DaffFilterRequest[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCategoryPageProductCollectionActionTypes.CategoryPageApplyFiltersAction | |
filters | DaffFilterRequest[] |