Skip to main content

Interface: AttributeTextFilter

Defined in: type/AttributeTextFilter.ts:5

Object class for AttributeTextFilter

Extends

Properties

count

count: number

Defined in: type/AttributeTextFilter.ts:9

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


countActive?

optional countActive?: number

Defined in: type/AttributeTextFilter.ts:14

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


countTotal?

optional countTotal?: number

Defined in: type/AttributeTextFilter.ts:11

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


isSelected

isSelected: boolean

Defined in: type/AttributeTextFilter.ts:16

Indicates whehter this values is currently selected


value

value: string

Defined in: type/AttributeTextFilter.ts:7

The value of the attribute

Overrides

IAttributeTextFilter.value