GitHub

DaffFilterRangeNumericToggleRequest

import { DaffFilterRangeNumericToggleRequest } from '@daffodil/core'

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.

interface DaffFilterRangeNumericToggleRequest {
  type: DaffFilterType.RangeNumeric
}

Properties

type
DaffFilterType.RangeNumeric

The filter type.