UNPKG

@empathyco/x-components

Version:
78 lines (35 loc) 858 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 <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [max](./x-types.rangevalue.max.md) </td><td> </td><td> number \| null </td><td> The maximum value allowed. `null` means unset. </td></tr> <tr><td> [min](./x-types.rangevalue.min.md) </td><td> </td><td> number \| null </td><td> The minimum value allowed. `null` means unset. </td></tr> </tbody></table>