Skip to main content

AttributeIntegerRangeFilter

No description

type AttributeIntegerRangeFilter implements IAttributeIntegerRangeFilter {
min: Int
max: Int
}

Fields

AttributeIntegerRangeFilter.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.

AttributeIntegerRangeFilter.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.

Interfaces

IAttributeIntegerRangeFilter interface

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.

Member Of

AttributeFilter object ● IAttributeFilter interface