GitHub

DaffFilter

A single filter along with its options. For example, a filter may be something like "Color" with options of "Red", "Blue", and "Green".

Importantly, filters have "types" which determine their behavior. See DaffFilterType for a complete list.

API

type DaffFilter = DaffFilterRangeNumeric | DaffFilterEqual

Type Options
DaffFilter DaffFilterRangeNumeric | DaffFilterEqual