GitHub

DaffCollectionToggleFilter

An action for toggling a filters for the collection.

import { DaffCollectionToggleFilter } from '@daffodil/core/state'
interface DaffCollectionToggleFilter {
  readonly filter: DaffFilterToggleRequest
}

Properties

Name Type Description
filter DaffFilterToggleRequest

Filter to be toggled on the collection.