onExportRelationship Method
Called when a Relationship should be exported.
onExportRelationship(_relationship: Relationship, _isUpdate: boolean, _sourceFedGuid?: string, _targetFedGuid?: string): Promise<void>
@note This should be overridden to actually do the export.
| Parameter | Type | Description |
|---|---|---|
| _relationship | Relationship | |
| _isUpdate | boolean | |
| _sourceFedGuid | string | |
| _targetFedGuid | string |
Returns - Promise
Defined in
Last Updated: 25 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.