AttributeDecimalRangeFilter
No description
type AttributeDecimalRangeFilter implements IAttributeDecimalRangeFilter {
min: Float
max: Float
}
Fields
AttributeDecimalRangeFilter.min
● Float
scalar
Minumum value for this attribute
AttributeDecimalRangeFilter.max
● Float
scalar
The number of products found with this attribute value.
Interfaces
IAttributeDecimalRangeFilter
interface
Member Of
AttributeFilter
object ● IAttributeFilter
interface