onAllInputsHandled MethodProtected Static
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.
onAllInputsHandled(_id: string, _iModel: IModelDb): void
@see ElementDrivesElement for more on element dependency graphs.
Parameter | Type | Description |
---|---|---|
_id | string | |
_iModel | IModelDb |
Returns - void
Defined in
- core/backend/src/Element.ts Line 336
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.