@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 656 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [RangeValue](./x-types.rangevalue.md)
## RangeValue interface
A numeric range filter value.
**Signature:**
```typescript
export interface RangeValue
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [max](./x-types.rangevalue.max.md) | | number \| null | The maximum value allowed. <code>null</code> means unset. |
| [min](./x-types.rangevalue.min.md) | | number \| null | The minimum value allowed. <code>null</code> means unset. |