GitHub

DaffCollectionReplaceFilters

import { DaffCollectionReplaceFilters } from '@daffodil/core/state'

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

interface DaffCollectionReplaceFilters {
  readonly filters: DaffFilterRequest[]
}

Properties

filters
DaffFilterRequest[]

Filters to be set on the collection.