Represents a breadcrumb for a category facet.

interface CategoryFacetBreadcrumb {
    facetId: string;
    field: string;
    path: CategoryFacetValue[];
    deselect(): void;
}

Hierarchy (View Summary)

Methods

Properties

Methods

  • A function that when called dispatches actions to deselect a breadcrumb value.

    Returns void

Properties

facetId: string

The ID of the underlying facet.

field: string

The field on which the underlying facet is configured.

The complete path to the underlying facet value.