文字格式的可點選動態磚。
僅適用於擴充 Google Workspace Studio 的 Google Workspace 外掛程式。
用法範例:
const chip = AddOnsResponseService.newChip() .setTextFormatIcon(AddOnsResponseService.newTextFormatIcon() .setIconUrl("https://www.google.com/icon.png")) .setLabel("test_label") .setUrl("https://www.google.com/chip.png"); }
方法
| 方法 | 傳回類型 | 簡短說明 |
|---|---|---|
set | Text | 設定要在方塊中顯示的文字。 |
set | Text | 設定要在方塊中顯示的圖示。 |
set | Text | 設定點按智慧型方塊時前往的網址。 |