@coveo/headless
    Preparing search index...

    Interface SetCaseInputActionCreatorPayload

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

    Properties

    fieldName: string

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

    fieldValue: string

    The value to set in the state.