controlPointColor
Stroke/fill color for editable edge control points.
| Type | string (CSS color) |
| Default | "#3b82f6" (blue) |
createSmartEdge("bezier", {
editable: true,
controlPointColor: "#e11d48",
});
Only applies when editable is true.