アドオンが基本的なナビゲーションを使用する場合、アドオンが初めて開かれると、拡張する Google Workspace アプリケーションがカードヘッダーのリストを構築し、ユーザーに表示します。カードのヘッダーをクリックすると、そのカードが開きます。カードヘッダー リストに戻るための戻る矢印も用意されています。ヘッダーと戻る矢印の機能はコードで記述する必要はありません。アドオンでカードを定義すると、自動的に処理されます。
[[["わかりやすい","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"]],["最終更新日 2025-02-16 UTC。"],[[["Google Workspace add-ons utilize cards, essentially UI pages, displayed in a sidebar or activity window, to present information and interactive elements."],["Each card is structured with a header, sections containing widgets (like buttons or text fields), and is designed around specific user tasks or data sets."],["Add-ons often employ multiple cards for navigation; basic navigation provides an automatic card header list and back arrow functionality."],["For optimal performance and user experience, it's recommended to keep the number of cards, sections, and widgets to a minimum, prioritizing simplicity in card design."],["Cards have technical limitations, restricting them to a maximum of 100 card sections and 100 widgets per section to maintain performance."]]],[]]