プロパティ署名 AddonScreenshareInfo.sidePanelUrl
アドオンの開始後にサイドパネルが開く URL。アドオン マニフェストで指定された URL と同じドメインに属している必要があります。
署名
sidePanelUrl?: string;
詳細
タイプ |
string |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-06 UTC。
[null,null,["最終更新日 2024-11-06 UTC。"],[[["`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"]]