@coveo/headless
    Preparing search index...

    Interface CategoryFacetBreadcrumb

    Represents a breadcrumb for a category facet.

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

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    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.