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.
Parameters
Section titled “Parameters”options
Section titled “options”The diagram edges, one per visualized relationship.
The diagram nodes, one per visualized object.
relationships
Section titled “relationships”The relationships rendered in the data table.
username
Section titled “username”string
The org username (or 'local files') the report was generated from.
Returns
Section titled “Returns”string
The rendered HTML document.