Change triggered by the Set MethodInfoName update action.

interface SetMethodInfoNameChange {
    change: string;
    nextValue: LocalizedString;
    previousValue: LocalizedString;
    type: "SetMethodInfoNameChange";
}

Properties

change: string
nextValue: LocalizedString

Value after the change.

previousValue: LocalizedString

Value before the change.

type: "SetMethodInfoNameChange"