onDeletedDependencyArg MethodStatic @beta
Callback invoked by saveChanges on an ElementDrivesElement relationship when the relationship instance has been deleted. A subclass of ElementDrivesElement can re-implement this static method to take some action.
onDeletedDependencyArg(arg: OnDependencyArg): void
| Parameter | Type | Description |
|---|---|---|
| arg | OnDependencyArg |
Returns - void
Defined in
- backend/src/Relationship.ts Line 94
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.