保存彈出式選單中顯示的 Overflow
物件清單。
適用於 Google Chat 應用程式。在 Google Workspace 外掛程式的開發人員預覽版中。
const overflowMenuItem = CardService.newOverflowMenuItem(); // Finish building the overflow menu item... const overflowMenu = CardService.newOverflowMenu().addMenuItem(overflowMenuItem);
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
add | Overflow | 新增選單項目。 |