Updates the inputHint of an AttributeDefinition.

interface ProductTypeChangeInputHintAction {
    action: "changeInputHint";
    attributeName: string;
    newValue: TextInputHint;
}

Hierarchy (View Summary)

Properties

action: "changeInputHint"
attributeName: string

Name of the AttributeDefinition to update.

newValue: TextInputHint

SingleLine or MultiLine