GitHub

DaffFilterRangeNumeric

An interface that describes filters that are a range of numbers; i.e. prices.

import { DaffFilterRangeNumeric } from '@daffodil/core'
interface DaffFilterRangeNumeric {
  type: DaffFilterType.RangeNumeric
}

Properties

Name Type Description
type DaffFilterType.RangeNumeric

The type of filter.