Interface UpdateFreezeCurrentValuesActionCreatorPayload

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

Properties

facetId: string

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

freezeCurrentValues: boolean

Whether the values should be frozen in the next request.