GitHub

DaffFilterRangeRequestOption

The request option represents the minimum and maximum values that are going to be filtered as defined by a DaffFilterRangeRequestBase.

API

interface DaffFilterRangeRequestOption<T> {
  min: T
  max: T
}

Properties

Name Type Description
min T The minimum value of the filter range.
max T The maximum value of the filter range.