Function: exportElement()
ts
function exportElement(element): ExportedElement;Defined in: schemaExporter.ts:109
Exports an Element to the external schema format.
Parameters
| Parameter | Type | Description |
|---|---|---|
element | Element<unknown> | Element to export. |
Returns
Exported element representation.