interface ProductTypeSetInputTipAction {
    action: "setInputTip";
    attributeName: string;
    inputTip?: LocalizedString;
}

Properties

action: "setInputTip"
attributeName: string

Name of the AttributeDefinition to update.

inputTip?: LocalizedString

Value to set. If empty, any existing value will be removed.

Generated using TypeDoc