Getting the SymbolInstance for an element inside of a symbol

Just what I was looking for! Having the symbolInstance inside of a symbol is necessary for every Javascript action that's triggered inside of Symbols. It is easier the determine the ID first… as the alternative is symbolInstance = hypeDocument.getSymbolInstanceById (element.parentNode.parentNode.id); and that is not very intuitive. And the depths of the parentNodes gets deeper for every group your element/button nested in.

It now is available as extension