Change triggered by the Set Target update action.

interface SetTargetChange {
    change: string;
    nextValue: Reference;
    previousValue: Reference;
    type: "SetTargetChange";
}

Properties

change: string
nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "SetTargetChange"