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