方法签名 MeetMainStageClient.loadSidePanel
打开侧边栏 iframe,并将 iframe 来源设置为侧边栏网址
从
插件清单。
签名
loadSidePanel(): Promise<void>;
详细信息
返回
Promise<void>
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["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"]]