Is it possible to grab the DOM Id of the button in a page title that was clicked to run the snippet?
I can find the Id of the page title that the button was in by going to:
arguments[0].component._GUID
But is there anyway to find out which button from that page title was clicked? I see initiatorId, but that is not the same as the DOM Id I gave the button.