IAttributeTextFilter
No description
interface IAttributeTextFilter {
value: String!
count: Int!
countTotal: Int
countActive: Int
isSelected: Boolean!
}
Fields
IAttributeTextFilter.value
● String!
non-null scalar
The value of the attribute
IAttributeTextFilter.count
● Int!
non-null scalar
The number of products found with this attribute value with all attributes applied.
IAttributeTextFilter.countTotal
● Int
scalar
The number of products found with this attribute value without any attribute filters applied.
IAttributeTextFilter.countActive
● Int
scalar
The number of products found with this attribute value without all attributes except it's own applied. This can be used to display the active filter's totals
IAttributeTextFilter.isSelected
● Boolean!
non-null scalar
Indicates whehter this values is currently selected
Implemented By
AttributeTextFilter
object