@coveo/headless
    Preparing search index...

    Interface UpdateFacetNumberOfValuesActionCreatorPayload

    interface UpdateFacetNumberOfValuesActionCreatorPayload {
        facetId: string;
        numberOfValues: number;
    }
    Index

    Properties

    facetId: string

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

    numberOfValues: number

    The new number of facet values (e.g., 10).