Property-Signatur AddonScreenshareInfo.mainStageUrl
Die URL, über die die Hauptbühne nach dem Start des Add-ons geöffnet wird. Sie muss derselben Domain wie die im Add-on-Manifest angegebenen URLs angehören.
Unterschrift
mainStageUrl?: string;
Details
Typ |
string |
Optional |
Ja |
Schreibgeschützt |
Nein |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-06 (UTC)."],[[["`mainStageUrl` defines the URL where the add-on's main interface will be displayed upon startup."],["This URL must share the same domain as those listed in the add-on's manifest file for security and functionality."],["It's an optional property, meaning an add-on can function without explicitly specifying a main stage URL."],["The `mainStageUrl` value is not read-only and can be modified by the add-on if necessary."]]],["The `mainStageUrl` is a string representing the URL opened when an add-on starts. This URL must be within the same domain as those listed in the add-on's manifest. It is an optional parameter. The property type is `string`, and it is not a read-only property.\n"]]