GitHub

DaffCollectionReplaceFilters

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

API

interface DaffCollectionReplaceFilters {
  readonly filters: DaffFilterRequest[]
}

Properties

Name Type Description
filters DaffFilterRequest[] Filters to be set on the collection.