Skip to content

Function: exportSchema()

ts
function exportSchema(
   name, 
   sections, 
   includeOmitted?): ExportedSchema;

Defined in: schemaExporter.ts:153

Exports the complete schema to a structured format.

Parameters

ParameterTypeDefault valueDescription
namestringundefinedName of the configuration.
sectionsreadonly Section[]undefinedSections to include in the export.
includeOmittedbooleanfalseWhether to include elements marked with omitFromSchema (default: false).

Returns

ExportedSchema

Exported schema representation.