Skip to content

ExecutionHtmlOutput

Defined in: src/types/index.ts:1253

Self-contained interactive HTML execution overlay output.

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: ExecutionSummary & object;

Defined in: src/types/index.ts:1259

Execution summary metadata.

edgeCount: number;

Number of edges in the rendered diagram

nodeCount: number;

Number of nodes in the rendered diagram


width: number;

Defined in: src/types/index.ts:1261

Width of the diagram in pixels.