MermaidBlueprintEdge

See source code
Table of contents
interface MermaidBlueprintEdge {}

Properties

anchorEndY

optional
anchorEndY?: number;

anchorStartY

optional
anchorStartY?: number;

arrowheadEnd

optional
arrowheadEnd?: TLArrowShapeArrowheadStyle;

arrowheadStart

optional
arrowheadStart?: TLArrowShapeArrowheadStyle;

bend

bend: number;

color

optional
color?: TLDefaultColorStyle;

dash

optional
dash?: TLDefaultDashStyle;

decoration

optional
decoration?: {
  type: "autonumber";
  value: string;
};

endNodeId

endNodeId: string;

isExact

optional
isExact?: boolean;

isExactEnd

optional
isExactEnd?: boolean;

isPrecise

optional
isPrecise?: boolean;

isPreciseEnd

optional
isPreciseEnd?: boolean;

label

optional
label?: string;

size

optional
size?: TLDefaultSizeStyle;

startNodeId

startNodeId: string;

Prev
DiagramMermaidBlueprint
Next
MermaidBlueprintLineNode