Change triggered by the Change Target update action.

interface ChangeTargetChange {
    change: string;
    nextValue: ChangeTargetChangeValue;
    previousValue: ChangeTargetChangeValue;
    type: "ChangeTargetChange";
}

Properties

change: string

Value after the change.

Value before the change.

type: "ChangeTargetChange"