@gradientedge/commercetools-utils
    Preparing search index...

    Interface TypeChangeInputHintAction

    interface TypeChangeInputHintAction {
        action: "changeInputHint";
        fieldName: string;
        inputHint: TypeTextInputHint;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeInputHint"
    fieldName: string

    name of the Field Definition to update.

    New value to set. Must not be empty.