Skip to main content

AttributeTextFilter

No description

type AttributeTextFilter implements IAttributeTextFilter {
value: String!
count: Int!
countTotal: Int
countActive: Int
isSelected: Boolean!
}

Fields

AttributeTextFilter.value ● String! non-null scalar

The value of the attribute

AttributeTextFilter.count ● Int! non-null scalar

The number of products found with this attribute value with all attributes applied.

AttributeTextFilter.countTotal ● Int scalar

The number of products found with this attribute value without any attribute filters applied.

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

AttributeTextFilter.isSelected ● Boolean! non-null scalar

Indicates whehter this values is currently selected

Interfaces

IAttributeTextFilter interface

Member Of

AttributeFilter object ● IAttributeFilter interface