Class Navigation
內容詳盡的說明文件
popCard()
從導覽堆疊中彈出資訊卡。可與其他資訊卡導覽動作鏈結。
回攻員
Navigation
— 此物件用於鏈結。
popToNamedCard(cardName)
以卡片名稱彈出指定卡片。可與其他資訊卡導覽動作鏈結。
參數
名稱 | 類型 | 說明 |
cardName | String | 要前往的資訊卡名稱。 |
回攻員
Navigation
— 此物件用於鏈結。
popToRoot()
將資訊卡堆疊彈出至根卡片。可與其他資訊卡導覽動作鏈結。
回攻員
Navigation
— 此物件用於鏈結。
printJson()
列印此物件的 JSON 表示法。這項資訊僅適用於偵錯。
回攻員
String
pushCard(card)
將指定的卡片推送至堆疊上。可與其他資訊卡導覽動作鏈結。
參數
名稱 | 類型 | 說明 |
card | Card | 要新增至堆疊的資訊卡。 |
回攻員
Navigation
— 此物件用於鏈結。
updateCard(card)
可就地取代目前使用的卡片。可透過其他資訊卡導覽動作鏈結。
參數
名稱 | 類型 | 說明 |
card | Card | 要用來取代現有卡片的卡片。 |
回攻員
Navigation
— 此物件用於鏈結。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["The Navigation object facilitates card navigation within Google Workspace add-ons, allowing developers to control the flow and presentation of user interfaces."],["It offers methods like `pushCard()`, `popCard()`, and `updateCard()` to manage the card stack, enabling dynamic and interactive user experiences."],["Developers can use `popToNamedCard()` or `popToRoot()` for direct navigation to specific cards within the stack, enhancing user control and flexibility."],["All navigation methods are chainable, providing a streamlined and efficient way to sequence multiple actions and create complex navigation flows within the add-on."],["The `printJson()` method aids debugging by outputting the object's JSON representation, allowing developers to inspect its structure and state."]]],[]]