我想知道是否可以通过单击compose or reply buttons来运行功能。我的updateDraft函数是在撰写窗口中单击add-on button时运行的,但是我在文档中找不到有关在单击撰写按钮后运行该函数的任何信息。
"composeTrigger": {
"selectActions": [{
"text": "Insert Image",
"runFunction": "updateDraft"
}],
"draftAccess": "METADATA"
}