@coveo/headless
    Preparing search index...

    Interface LogFacetExcludeActionCreatorPayload

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

    Properties

    Properties

    facetId: string

    The facet id.

    facetValue: string

    The facet value that was excluded.