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

    Interface ProductTypeChangeInputHintAction

    Updates the inputHint of an AttributeDefinition.

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeInputHint"
    attributeName: string

    Name of the AttributeDefinition to update.

    newValue: TextInputHint

    SingleLine or MultiLine