Enum DisplayStyle
DisplayStyle
用於定義資訊卡顯示樣式的列舉。
DisplayStyle.REPLACE
表示藉由取代資訊卡堆疊中頂端資訊卡的檢視畫面,顯示資訊卡。
DisplayStyle.PEEK
表示資訊卡標頭顯示在側欄底部,部分遮蓋了堆疊的頂端資訊卡。按一下標頭,資訊卡就會彈出資訊卡堆疊中。如果資訊卡沒有標頭,系統會改用產生的標頭。
DisplayStyle
僅適用於內容觸發條件函式傳回的資訊卡。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
CardService.DisplayStyle.PEEK
。
屬性
屬性 | 類型 | 說明 |
PEEK | Enum | 在外掛程式內容的底部,顯示現有內容的底部資訊卡標頭。 |
REPLACE | Enum | 替換現有內容即可顯示資訊卡。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間: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`."]]],[]]