onBeforeOutputsHandledArg MethodProtected Static @beta
Called when a root element in a subgraph is changed and before its outputs are processed. This special callback is made when:
- the element is part of an ElementDrivesElement graph, and
- the element has no inputs, and
- none of the element's outputs have been processed.
onBeforeOutputsHandledArg(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 501
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.