Change triggered by the Change the label of an EnumValue update action.

interface ChangePlainEnumValueLabelChange {
    attributeName: string;
    change: string;
    nextValue: string;
    previousValue: string;
    type: "ChangePlainEnumValueLabelChange";
    valueKey: string;
}

Properties

attributeName: string

Name of the updated AttributeDefinition.

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "ChangePlainEnumValueLabelChange"
valueKey: string

Key of the updated values.