hello,How do I determine whether nodes have input connections?

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.