ecosystem/application-plugins/update-plugin-of-app/update-plugin-of-app.component.ts
selector | c8y-update-plugin-of-app |
templateUrl | ./update-plugin-of-app.component.html |
Properties |
Methods |
constructor(bsModalRef: BsModalRef, pluginsService: PluginsService, alert: AlertService, ecosystemService: EcosystemService, gainsightService: GainsightService)
|
||||||||||||||||||
Parameters :
|
cancel |
cancel()
|
Returns :
void
|
Async update |
update()
|
Returns :
any
|
app |
Type : IApplication
|
applicationVersion |
Type : IApplicationVersion
|
CURRENT_LOCATION |
Default value : location.href
|
downgrade |
Type : boolean
|
plugin |
Type : ApplicationPlugin
|
result |
Type : Promise<void>
|
Default value : new Promise((resolve, reject) => {
this._install = resolve;
this._cancel = reject;
})
|
updateAll |
Default value : true
|