Change triggered by the Change Parent Unit update action.

interface ChangeParentUnitChange {
    change: string;
    nextValue: KeyReference;
    previousValue: KeyReference;
    type: "ChangeParentUnitChange";
}

Properties

change: string
nextValue: KeyReference

Value after the change.

previousValue: KeyReference

Value before the change.

type: "ChangeParentUnitChange"