Change triggered by the Add Attribute Definition update action.

interface AddAttributeDefinitionChange {
    change: string;
    nextValue: AttributeDefinition;
    type: "AddAttributeDefinitionChange";
}

Properties

Properties

change: string

Value after the change.

type: "AddAttributeDefinitionChange"