Interface CategoryFacetValueCommon

interface CategoryFacetValueCommon {
    children: CategoryFacetValueCommon[];
    state: FacetValueState;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

The children of this facet value.

Whether a facet value is filtering results (selected) or not (idle).

value: string

The facet value.