@coveo/headless
    Preparing search index...

    Interface SetCaseFieldActionCreatorPayload

    interface SetCaseFieldActionCreatorPayload {
        fieldName: string;
        fieldValue: string;
    }
    Index

    Properties

    fieldName: string

    The name of the field whose value is being updated (e.g., product, category, model)

    fieldValue: string

    The value to set in the state.