onExportRelationship Method
Called when a Relationship should be exported.
onExportRelationship(_relationship: Relationship, _isUpdate: undefined | boolean): void
note This should be overridden to actually do the export.
| Parameter | Type | Description | 
|---|---|---|
| _relationship | Relationship | |
| _isUpdate | undefined | boolean | 
Returns - void
Defined in
- transformer/src/IModelExporter.ts Line 116
Last Updated: 20 June, 2023