Function: exportSection()
ts
function exportSection(section, includeOmitted?): ExportedSection;Defined in: schemaExporter.ts:118
Exports a Section to the external schema format
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
section | Section | undefined | The section to export |
includeOmitted | boolean | false | Whether to include elements marked with omitFromSchema (default: false) |