Skip to main content

Interface: IProductSearchAttributeDecimalRangeFilter

Defined in: type/IProductSearchAttributeDecimalRangeFilter.ts:4

Object class for IProductSearchAttributeDecimalRangeFilter

Properties

max?

optional max?: number

Defined in: type/IProductSearchAttributeDecimalRangeFilter.ts:12

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.


min?

optional min?: number

Defined in: type/IProductSearchAttributeDecimalRangeFilter.ts:8

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.