UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 656 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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. |