Enum DisplayStyle
DisplayStyle
用于定义卡片显示样式的枚举。
DisplayStyle.REPLACE
表示通过替换卡片堆叠中顶部卡片的视图来显示卡片。
DisplayStyle.PEEK
表示卡片标题显示在边栏底部,部分覆盖堆栈的当前顶部卡片。点击标题可将卡片弹出卡片堆栈。如果卡没有标头,系统会使用生成的标头。
DisplayStyle
仅适用于从上下文触发器函数返回的卡片。
若要调用枚举,您可以调用其父类、名称和属性。例如
CardService.DisplayStyle.PEEK
。
属性
媒体资源 | 类型 | 说明 |
PEEK | Enum | 在附加内容底部显示卡片标题(位于现有内容之上)。 |
REPLACE | Enum | 通过替换现有内容来显示卡片。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`DisplayStyle` is an enum used to define how a card is displayed within the Google Workspace Add-on UI."],["It offers two options: `REPLACE`, which replaces the current top card, and `PEEK`, which shows the card header at the bottom, partially overlaying the existing card."],["This enum is specifically for cards triggered contextually and has no effect on other types of cards."],["To use `DisplayStyle`, you would call it using the syntax `CardService.DisplayStyle.PEEK` or `CardService.DisplayStyle.REPLACE`."]]],[]]