MermaidExecutionOutput
Defined in: src/types/index.ts:1265
Mermaid execution overlay output.
Properties
Section titled “Properties”code: string;Defined in: src/types/index.ts:1267
Mermaid state diagram syntax with execution highlighting
metadata
Section titled “metadata”metadata: ExecutionSummary & object;Defined in: src/types/index.ts:1269
Execution summary metadata
Type Declaration
Section titled “Type Declaration”edgeCount
Section titled “edgeCount”edgeCount: number;Number of transitions in the diagram
stateCount
Section titled “stateCount”stateCount: number;Number of states in the diagram