Firma della proprietà AddonScreenshareInfo.mainStageUrl
L'URL che viene aperto nella schermata principale dopo l'avvio del componente aggiuntivo. Deve appartenere allo stesso dominio degli URL specificati nel file manifest del componente aggiuntivo.
Firma
mainStageUrl?: string;
Dettagli
Tipo |
string |
Facoltativo |
Sì |
Sola lettura |
No |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-06 UTC.
[null,null,["Ultimo aggiornamento 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"]]