Home > doofinder > RangeFacet
RangeFacet interface
Simplified version of a range facet info.
Signature:
export interface RangeFacet
Properties
| Property | Type | Description |
|---|---|---|
| label | string | |
| order | number | |
| range | RangeStats | Stats for this facet. |
| type | ‘range’ | Indicates this facet is of type range. |
| visible | boolean |