AttributeDecimalRangeFilter
No description
type AttributeDecimalRangeFilter implements IAttributeDecimalRangeFilter {
min: Float
max: Float
}
Fields
AttributeDecimalRangeFilter.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.
AttributeDecimalRangeFilter.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.
Interfaces
IAttributeDecimalRangeFilter interface
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.
Member Of
AttributeFilter object ● IAttributeFilter interface