用于保存弹出式菜单中显示的一系列 OverflowMenuItem 对象。
适用于 Google Chat 应用。在 Google Workspace 加购项的开发者预览版中。
const overflowMenuItem = CardService.newOverflowMenuItem(); // Finish building the overflow menu item... const overflowMenu = CardService.newOverflowMenu().addMenuItem(overflowMenuItem);
方法
| 方法 | 返回类型 | 简介 |
|---|---|---|
add | Overflow | 添加菜单项。 |