GitHub

DaffCollectionReplaceFilters

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

import { DaffCollectionReplaceFilters } from '@daffodil/core/state'
interface DaffCollectionReplaceFilters {
  readonly filters: DaffFilterRequest[]
}

Properties

Name Type Description
filters DaffFilterRequest[]

Filters to be set on the collection.