I have a VisJs network where the edges leaving the nodes are handled programatically. So, the user should not be able to change the node from where a edge comes from. However, the user is free to point the edge to any other node. More specifically, in the VisJs edit edge mode, I'd like to allow the user to edit just the to
connection. How can I do this?
I'm starting the edit mode through the API.
network.editEdgeMode();