hello,How do I determine whether nodes have input connections?
aNode.findLinksInto().count > 0
See relevant properties and methods about graph connectivity at Node | GoJS API.
aNode.findLinksInto().count > 0
See relevant properties and methods about graph connectivity at Node | GoJS API.