Class OverflowMenu
菜单溢出
包含在弹出式菜单中显示的 OverflowMenuItem
对象列表。
仅适用于 Google Chat 应用。不适用于 Google Workspace 插件。
const overflowMenuItem = CardService.newOverflowMenuItem();
// Finish building the overflow menu item...
const overflowMenu =
CardService.newOverflowMenu().addMenuItem(overflowMenuItem);
详细文档
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-04。
[null,null,["最后更新时间 (UTC):2024-12-04。"],[[["OverflowMenu displays a pop-up menu containing OverflowMenuItems and is available for Google Chat apps and in developer preview for Google Workspace Add-ons."],["Developers can create an OverflowMenu and populate it with OverflowMenuItems using methods like `addMenuItem`."],["The `addMenuItem` method appends an OverflowMenuItem to the OverflowMenu, facilitating menu creation within Google Chat apps and Workspace Add-ons."]]],[]]