Change triggered by the Add PlainEnumValue to AttributeDefinition update action.

interface AddPlainEnumValueChange {
    attributeName: string;
    change: string;
    nextValue: AttributePlainEnumValue;
    type: "AddPlainEnumValueChange";
}

Properties

attributeName: string

Name of the updated AttributeDefinition.

change: string

Value after the change.

type: "AddPlainEnumValueChange"