Get links in mouseOver event of node

I would like to show different color to output links when the mouse is over the node.
is there a way to get the links connected to the node when mouseOver the node?

Perhaps you want to do something like GoJS Highlighting -- Northwoods Software, but in a Node.mouseOver event handler rather than on a click event.

The mouseOver event handler is demonstrated in GoJS Highlighting -- Northwoods Software.