@coveo/headless
    Preparing search index...

    Interface ToggleSelectNumericFacetValueActionCreatorPayload

    interface ToggleSelectNumericFacetValueActionCreatorPayload {
        facetId: string;
        selection: NumericFacetValue;
    }
    Index

    Properties

    Properties

    facetId: string

    The unique identifier of the facet (e.g., "1").

    The target numeric facet value.