onRootChangedArg MethodStatic @beta

Callback invoked by saveChanges on an ElementDrivesElement relationship when its input has changed or is the output of some upstream relationship whose input has changed. This callback is invoked after the input element has been processed by upstream relationships. A subclass of ElementDrivesElement can re-implement this static method to take some action. onRootChanged may modify the output element only.

onRootChangedArg(arg: OnDependencyArg): void

Parameter Type Description
arg OnDependencyArg  

Returns - void

Defined in

Last Updated: 28 April, 2026