Home > widget-integration > BaseFilterValue

BaseFilterValue type

Base properties shared by all filter value types.

Contains the document count (number of products) matching this filter value.

Signature:

export type BaseFilterValue = {
	doc_count: number;
};