DiagramMermaidBlueprint
Table of contents
Intermediate representation of a parsed Mermaid diagram: nodes, edges, optional lifelines and groups. Produced by diagram-specific *ToBlueprint functions and consumed by renderBlueprint.
interface DiagramMermaidBlueprint {}Properties
diagramKind
diagramKind: MermaidDiagramKind;edges
edges: MermaidBlueprintEdge[];groups
optional
groups?: string[][];lines
optional
lines?: MermaidBlueprintLineNode[];nodes
nodes: MermaidBlueprintNode[];Prev
BlueprintRenderingOptionsNext
MermaidBlueprintEdge