Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The selector for this component is <hawksearch-numericdate-range-facet>.

Data Model

The following data model is exposed to the Handlebars template:

Code Block
languagetypescript
{
  id: string;
  field: string | undefined;
  minValue: string number| undefined;
  maxValue: string | undefined;
  rangeMin: string | undefined;
  rangeMax: string number| undefined;
}

Event Binding Attributes

...