@coveo/headless
    Preparing search index...

    Interface LogFacetBreadcrumbActionCreatorPayload

    interface LogFacetBreadcrumbActionCreatorPayload {
        facetId: string;
        facetValue: string;
    }
    Index

    Properties

    Properties

    facetId: string

    The facet id associated with the breadcrumb.

    facetValue: string

    The facet value displayed in the breadcrumb.