shouldExportElementAspect Method
If true is returned, then the ElementAspect will be exported.
shouldExportElementAspect(_aspect: ElementAspect): Promise<boolean>
@note This method can optionally be overridden to exclude an individual ElementAspect from the export. The base implementation always returns true.
| Parameter | Type | Description |
|---|---|---|
| _aspect | ElementAspect |
Returns - Promise
Defined in
Last Updated: 27 July, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.