ExecutionHtmlOutput
Defined in: src/types/index.ts:1253
Self-contained interactive HTML execution overlay output.
Properties
Section titled “Properties”height
Section titled “height”height: number;Defined in: src/types/index.ts:1255
Height of the diagram in pixels.
html: string;Defined in: src/types/index.ts:1257
Complete, self-contained HTML document with an inline pan/zoom viewer.
metadata
Section titled “metadata”metadata: ExecutionSummary & object;Defined in: src/types/index.ts:1259
Execution summary metadata.
Type Declaration
Section titled “Type Declaration”edgeCount
Section titled “edgeCount”edgeCount: number;Number of edges in the rendered diagram
nodeCount
Section titled “nodeCount”nodeCount: number;Number of nodes in the rendered diagram
width: number;Defined in: src/types/index.ts:1261
Width of the diagram in pixels.