Change triggered by the Change Parent update action.

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

Properties

change: string
nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "ChangeParentChange"