Skip to content

Function: exportSection()

ts
function exportSection(section, includeOmitted?): ExportedSection;

Defined in: schemaExporter.ts:129

Exports a Section to the external schema format.

Parameters

ParameterTypeDefault valueDescription
sectionSectionundefinedThe section to export.
includeOmittedbooleanfalseWhether to include elements marked with omitFromSchema (default: false).

Returns

ExportedSection

Exported section representation.