ExecutionOutput
Defined in: src/types/index.ts:1219
SVG execution overlay output.
Properties
Section titled “Properties”height
Section titled “height”height: number;Defined in: src/types/index.ts:1221
Height of the diagram in pixels
metadata
Section titled “metadata”metadata: ExecutionSummary & object;Defined in: src/types/index.ts:1223
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
svg: string;Defined in: src/types/index.ts:1230
Complete SVG markup as a string
width: number;Defined in: src/types/index.ts:1232
Width of the diagram in pixels