An action for removing the specified filters for the collection.
import { DaffCollectionRemoveFilters } from '@daffodil/core/state'
interface DaffCollectionRemoveFilters {
readonly filters: DaffFilterRequest[]
}
Name | Type | Description |
---|---|---|
filters | DaffFilterRequest[] | Filters to be removed from the collection. |