Enum InstallationSource
InstallationSource
用于指明相应脚本如何作为插件安装到当前用户的枚举。
若要调用枚举,您可以调用其父类、名称和属性。例如
ScriptApp.InstallationSource.APPS_MARKETPLACE_DOMAIN_ADD_ON
。
属性
媒体资源 | 类型 | 说明 |
APPS_MARKETPLACE_DOMAIN_ADD_ON | Enum | 管理员为用户网域安装了插件。 |
NONE | Enum | 脚本未作为插件运行。 |
WEB_STORE_ADD_ON | Enum | 插件是由用户从 Chrome 应用商店安装的。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`InstallationSource` is used to identify how a script was installed as an add-on."],["This enum includes three properties: `APPS_MARKETPLACE_DOMAIN_ADD_ON`, `NONE`, and `WEB_STORE_ADD_ON`, indicating whether the script was installed by a domain admin, is not an add-on, or was installed from the Chrome Web Store, respectively."],["To access the enum values, use the syntax: `ScriptApp.InstallationSource.PROPERTY_NAME`."]]],[]]