Firma de propiedad AddonScreenshareInfo.mainStageUrl
Es la URL que abre el escenario principal después de que se inicia el complemento. Debe pertenecer al mismo dominio que las URLs especificadas en el manifiesto del complemento.
Firma
mainStageUrl?: string;
Detalles
Tipo |
string |
Opcional |
Sí |
Solo lectura |
No |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-11-06 (UTC)
[null,null,["Última actualización: 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"]]