Skip to content

Function: exportElement()

ts
function exportElement(element): ExportedElement;

Defined in: schemaExporter.ts:109

Exports an Element to the external schema format.

Parameters

ParameterTypeDescription
elementElement<unknown>Element to export.

Returns

ExportedElement

Exported element representation.