Disable the node on link drawing

Hi,

Is there any option to disable few other nodes available in diagram while drawing link from a node

You could set or bind fromLinkable and toLinkable to false on those ports.

Or you could implement general link validation:
https://gojs.net/latest/intro/validation.html