Skip to content

createManifestDocument

createManifestDocument(sourceTypeName, attributes): ManifestDocument

Defined in: metadata-projection.ts:126

Create one manifest document from parsed attribute nodes.

string

Source type name that produced the parsed attribute tree.

Record<string, AttributeNode>

Parsed top-level attribute nodes keyed by attribute name.

ManifestDocument

A manifest document ready for JSON serialization or downstream rendering.