Skip to content

buildSchemaReportHtml

buildSchemaReportHtml(options): string

Defined in: schemaReportTemplate.ts:289

Render a self-contained, interactive HTML schema report: a vis-network object-relationship diagram plus a searchable relationship data table.

SchemaDiagramEdge[]

The diagram edges, one per visualized relationship.

SchemaDiagramNode[]

The diagram nodes, one per visualized object.

SchemaRelationship[]

The relationships rendered in the data table.

string

The org username (or 'local files') the report was generated from.

string

The rendered HTML document.