@coveo/headless
    Preparing search index...

    Interface UpdateFreezeCurrentValuesActionCreatorPayload

    interface UpdateFreezeCurrentValuesActionCreatorPayload {
        facetId: string;
        freezeCurrentValues: boolean;
    }
    Index

    Properties

    facetId: string

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

    freezeCurrentValues: boolean

    Whether the values should be frozen in the next request.