DaffFilterRangeNumericToggleRequest
An interface to describe toggle requests for ranged numeric filters. For example, the request could be to toggle a price filter for the "10-20" range.
import { DaffFilterRangeNumericToggleRequest } from '@daffodil/core'
interface DaffFilterRangeNumericToggleRequest {
type: DaffFilterType.RangeNumeric
}
Properties
Name | Type | Description |
---|---|---|
type | DaffFilterType.RangeNumeric | The filter type. |