createManifestDocument
createManifestDocument(
sourceTypeName,attributes):ManifestDocument
Defined in: metadata-projection.ts:126
Create one manifest document from parsed attribute nodes.
Parameters
Section titled “Parameters”sourceTypeName
Section titled “sourceTypeName”string
Source type name that produced the parsed attribute tree.
attributes
Section titled “attributes”Record<string, AttributeNode>
Parsed top-level attribute nodes keyed by attribute name.
Returns
Section titled “Returns”A manifest document ready for JSON serialization or downstream rendering.