Interface SearchFacetTerm

interface SearchFacetTerm {
    count: number;
    selected: boolean;
    value: string;
}

Properties

Properties

count: number

How many products had this term

selected: boolean

Was this term selected, to add selected checkbox in frontend

value: string

Term value