属性签名 AddonScreenshareInfo.sidePanelUrl
插件启动后打开的侧边栏的网址。必须与插件清单中指定的网址位于同一网域中。
签名
sidePanelUrl?: string;
详细信息
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[null,null,["最后更新时间 (UTC):2024-11-06。"],[[["`sidePanelUrl` is an optional string property that specifies the URL of the side panel displayed when the add-on starts."],["The URL specified in `sidePanelUrl` must be on the same domain as those URLs defined in the add-on's manifest file."],["Developers have the ability to modify the `sidePanelUrl` property if needed."]]],["The `sidePanelUrl` property, a string, specifies the URL of the side panel that opens when an add-on starts. This URL is optional but must belong to the same domain as the URLs listed in the add-on's manifest. The property is not read-only, meaning it can be modified.\n"]]