OnDependencyArg Interface @beta
Argument for relationship dependency callbacks.
Properties
| Name | Type | Description | |
|---|---|---|---|
| iModel | IModelDb | The iModel for the relationship affected by this method. | |
| indirectEditTxn | EditTxn | The transaction for indirect processing. | |
| props | RelationshipProps | The ElementDrivesElement relationship instance affected by this method. |
Defined in
- backend/src/Relationship.ts Line 23
Last Updated: 20 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.