GitHub

DaffFilterType

The known types of filters.

import { DaffFilterType } from '@daffodil/core'
enum DaffFilterType {
  Equal = 'equal',
  RangeNumeric = 'rangeNumeric',
}