Getting the name of an html link dragged over to a TW

Hello,

I am working on handling an html link dragged over from some other website to TW.

There is no issue getting the URL in the href. Is the other descriptive text contained in the anchor available in a droppable/dropzone widget? I see the descriptive text behind the cursor while I am dragging the link but all that gets passed through TW is the URL in the actionTiddler variable.

Looking at the description of the draggable widget, I have tried the variable dom-textContent, dom-innerText and dom-innerHTML but those don’t seem to be set in the context of the droppable widget or not set by the browser for external links.

Any guidance would be helpful.

Thanks,
/Mike