onAllInputsHandledArg MethodProtected Static @beta
Called on an element in a graph after all of its inputs have been processed and before its outputs are processed. This callback is made when:
- the specified element is part of an ElementDrivesElement graph, and
- there was a direct change to some element upstream in the dependency graph.
- all upstream elements in the graph have been processed.
- none of the downstream elements have been processed. This method is not called if none of the element's inputs were changed.
onAllInputsHandledArg(arg: OnElementDependencyArg): void
@see ElementDrivesElement for more on element dependency graphs.
| Parameter | Type | Description |
|---|---|---|
| arg | OnElementDependencyArg |
Returns - void
Defined in
- backend/src/Element.ts Line 527
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.