Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RangeValue

RangeValue interface to provide selection value for range based selections. The associated field should be a quantitative field. For Date Values, UTC Date objects are expected. (i.e., var min = new Date(Date.UTC(1999, 0, 1))). While date string inputs work, UTC date inputs are officially supproted going forward for RangeValue.

Hierarchy

  • RangeValue

Index

Properties

Properties

max

max: number | Date

max range value for the range based selection

min

min: number | Date

min range value for the range based selection

Optional nullOption

nullOption: FilterNullOption

Including nulloptions parameter.