IAttributeDecimalRangeFilter
No description
interface IAttributeDecimalRangeFilter {
min: Float
max: Float
}
Fields
IAttributeDecimalRangeFilter.min
● Float
scalar
Minumum value for this attribute
IAttributeDecimalRangeFilter.max
● Float
scalar
The number of products found with this attribute value.
Implemented By
AttributeDecimalRangeFilter
object