@coveo/headless-react
    Preparing search index...

    Interface LogDateFacetBreadcrumbActionCreatorPayload

    interface LogDateFacetBreadcrumbActionCreatorPayload {
        facetId: string;
        selection: DateFacetValue;
    }
    Index

    Properties

    Properties

    facetId: string

    The facet id of the date facet corresponding to the breadcrumb.

    selection: DateFacetValue

    The date facet value deselected using the breadcrumb.