Skip to main content

controlPointColor

Stroke/fill color for editable edge control points.

Typestring (CSS color)
Default"#3b82f6" (blue)
createSmartEdge("bezier", {
editable: true,
controlPointColor: "#e11d48",
});

Only applies when editable is true.