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