包含在弹出式菜单中显示的 OverflowMenuItem
对象列表。
仅适用于 Google Chat 应用。不适用于 Google Workspace 插件。
const overflowMenuItem = CardService.newOverflowMenuItem(); // Finish building the overflow menu item... const overflowMenu = CardService.newOverflowMenu().addMenuItem(overflowMenuItem);
方法
方法 | 返回类型 | 简介 |
---|---|---|
addMenuItem(menuItem) | OverflowMenu | 添加菜单项。 |