Updates the inputHint of an AttributeDefinition.

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

Properties

action: "changeInputHint"
attributeName: string

Name of the AttributeDefinition to update.

newValue: string

SingleLine or MultiLine

Generated using TypeDoc