import { DaffFilterEqualToggleRequest } from '@daffodil/core'
A request used to toggle the applied status of a DaffFilterEqual
.
interface DaffFilterEqualToggleRequest {
type: DaffFilterType.Equal
name: string
value: string
}
type DaffFilterType.Equal |
---|
The type of filter request. |
name string |
---|
The name of the filter; e.g. color. |
value string |
---|
The value of the filter option; e.g. red. |