Change triggered by the Set MethodInfoInterface update action.

interface SetMethodInfoMethodChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetMethodInfoMethodChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetMethodInfoMethodChange"