メソッド シグネチャ MeetMainStageClient.loadSidePanel
iframe ソースをサイドパネルの URL に設定して、サイドパネルの iframe を開きます。
取得
アドオン マニフェストをご覧ください。
署名
loadSidePanel(): Promise<void>;
詳細
戻り値
Promise<void>
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["Opens a side panel using the URL specified in the add-on's manifest file."],["Uses the `loadSidePanel()` function which returns a promise indicating completion."],["The function has no optional parameters."]]],["The function `loadSidePanel()` opens a side panel iframe. The iframe's source URL is defined in the add-on manifest. This action is asynchronous, returning a `Promise\u003cvoid\u003e` that resolves when the side panel is loaded. The function has no optional parameters and its purpose is solely to display the side panel.\n"]]