屬性簽章 AddonScreenshareInfo.sidePanelUrl
外掛程式啟動後,側邊面板會開啟的網址。必須與外掛程式資訊清單中指定的網址同屬一個網域。
簽名
sidePanelUrl?: string;
詳細資料
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-06 (世界標準時間)。
[null,null,["上次更新時間: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"]]