GitHub

DaffCollectionToggleFilter

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

An action for toggling a filters for the collection.

interface DaffCollectionToggleFilter {
  readonly filter: DaffFilterToggleRequest
}

Properties

filter
DaffFilterToggleRequest

Filter to be toggled on the collection.