how to create new overlays when I connect two node?
this.jsPlumb.bind("connection", (evt) => {
this.jsPlumb.bind("connection", (evt) => {
let from =
evt.source.id let to =
evt.target.id
//...
})
})
when jsplumb finish connect event then, it will callback the connection event.but I do not know how to add custom overlay ?