I have create simple gmail addon using google script,in that i have struggle here,
how to use onclick methond in anchor when we click anchor tage we need perform some action,i have checked the document, i couldn't find any methods The below code i have tried,
section.addWidget(CardService.newTextParagraph().setText('<a href="" onclick="notificationCallback">TestLink</a>'))
Thanks in advance