@empathyco/x-components
Version:
Empathy X Components
79 lines (36 loc) • 1.17 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [NumberRangeFacet](./x-types.numberrangefacet.md)
## NumberRangeFacet interface
Number Range Facet is a trait for filtering results. It extends from [Facet](./x-types.facet.md)<!-- -->, changes the modelName and uses [NumberRangeFilter](./x-types.numberrangefilter.md) as filters.
**Signature:**
```typescript
export interface NumberRangeFacet extends Facet
```
**Extends:** [Facet](./x-types.facet.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[filters](./x-types.numberrangefacet.filters.md)
</td><td>
</td><td>
[NumberRangeFilter](./x-types.numberrangefilter.md)<!-- -->\[\]
</td><td>
Filters available for the facet.
</td></tr>
<tr><td>
[modelName](./x-types.numberrangefacet.modelname.md)
</td><td>
</td><td>
'NumberRangeFacet'
</td><td>
Model name to indicate the facet type.
</td></tr>
</tbody></table>