HtmlOutput
Defined in: src/types/index.ts:687
Self-contained interactive HTML diagram output.
Properties
Section titled “Properties”height
Section titled “height”height: number;Defined in: src/types/index.ts:689
Height of the diagram in pixels.
html: string;Defined in: src/types/index.ts:692
Complete, self-contained HTML document with an inline pan/zoom viewer.
metadata
Section titled “metadata”metadata: object;Defined in: src/types/index.ts:695
Metadata about the generated diagram.
optional diff?: DiffStateSummary;Change summary, present when the document was rendered with a diff overlay.
edgeCount
Section titled “edgeCount”edgeCount: number;Number of edges (transitions) in the diagram.
execution?
Section titled “execution?”optional execution?: ExecutionSummary;Execution summary, present when the document was rendered with a history overlay.
nodeCount
Section titled “nodeCount”nodeCount: number;Number of state nodes in the diagram.
width: number;Defined in: src/types/index.ts:710
Width of the diagram in pixels.