@coveo/headless
    Preparing search index...

    Interface LogFacetUnexcludeActionCreatorPayload

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

    Properties

    Properties

    facetId: string

    The facet id.

    facetValue: string

    The facet value that was unexcluded.