发送反馈
Class GridItem
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GridItem
用户在网格 widget 中与之互动的项。
适用于 Google Workspace 插件和 Google Chat 应用。
如需调用枚举,您需要调用其父类、名称和属性。例如
CardService.GridItemLayout.TEXT_BELOW
。
var gridItem = CardService.newGridItem()
.setIdentifier("itemA")
.setTitle("This is a cat")
.setImage(CardService.newImageComponent())
.setLayout(CardService.GridItemLayout.TEXT_BELOW);
详细文档
setIdentifier(id)
设置网格项的标识符。当用户点击此网格项时,系统会返回此 ID
父网格的 on_click 回调参数中。
参数
返回
GridItem
- 此对象,用于链接。
setLayout(layout)
设置网格项的文本和图片布局。默认值为 TEXT_BELOW
参数
返回
GridItem
- 此对象,用于链接。
setSubtitle(subtitle)
设置网格项的副标题。
参数
名称 类型 说明
subtitle
String
副标题文本。
返回
GridItem
- 此对象,用于链接。
setTextAlignment(alignment)
设置网格项的水平对齐方式。默认值为 START。
参数
返回
GridItem
- 此对象,用于链接。
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
需要向我们提供更多信息?
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-22\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-22。"]]