Firma de la propiedad AddonScreenshareInfo.sidePanelUrl
La URL que abre el panel lateral después de iniciar el complemento. Debe pertenecer al mismo dominio que las URLs especificadas en el manifiesto del complemento.
Firma
sidePanelUrl?: 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)"],[[["`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"]]