IAttributeDecimalRangeFilter
Decimal range boundaries for numeric attribute filtering.
Defines the minimum and maximum decimal values found in search results for a numeric attribute, used for building precise range slider filters and decimal input controls.
interface IAttributeDecimalRangeFilter {
min: Float
max: Float
}
Fields
IAttributeDecimalRangeFilter.min ● Float scalar
Minimum decimal value found for this attribute in current results.
The lowest decimal value present in the search results for this attribute, used as the lower bound for precise range filtering controls.
IAttributeDecimalRangeFilter.max ● Float scalar
Maximum decimal value found for this attribute in current results.
The highest decimal value present in the search results for this attribute, used as the upper bound for precise range filtering controls.
Implemented By
AttributeDecimalRangeFilter object