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

    Interface UpdateNumericFacetValuesActionCreatorPayload

    interface UpdateNumericFacetValuesActionCreatorPayload {
        facetId: string;
        values: NumericFacetValue[];
    }
    Index

    Properties

    Properties

    facetId: string

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

    The numeric facet values.