AddDiagramFromMermaidQuery

type AddDiagramFromMermaidQuery: object;

Type declaration

e?

optional e: boolean;

If true, place the diagram exactly at the point. Otherwise, place it in open space near the point.

m

m: string;

A mermaid diagram syntax string, e.g., flowchart TD\nA --> B

o?

optional o: Point;

The point on the canvas for placing the diagram

t

t: MermaidDiagramType;

Type of diagram as an enum, e.g., flowchart.