When re-/Linking nodes in GoJs, I need specialized information (as a ToolTip, adornment or similar) about the currently temporary selected port of a node (e.g. port name or type etc.) when Mouse hovers it.
A simple toolTip on the appropriate Panel/Shape definition doesn't work when dragging links.
How can I achieve this?
Thanks a lot.
You need to customize the LinkingTool. For example, see: https://gojs.net/extras/linkValidationToolTip.html