DiagramMermaidBlueprint

See source code
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

nodes

nodes: MermaidBlueprintNode[];

Prev
BlueprintRenderingOptions
Next
MermaidBlueprintEdge