ecosystem/applications/application-plugins/install-plugin.component.ts
selector | c8y-install-plugin |
templateUrl | ./install-plugin.component.html |
Properties |
Methods |
Inputs |
constructor(bsModalRef: BsModalRef, modal: ModalService)
|
|||||||||
Parameters :
|
plugins$ |
Type : BehaviorSubject<ApplicationPlugin[]>
|
cancel |
cancel()
|
Returns :
void
|
Async install |
install()
|
Returns :
any
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
filteredPlugins$ |
Type : Observable<ApplicationPlugin[]>
|
Default value : new BehaviorSubject([])
|
filterTerm$ |
Type : BehaviorSubject<string>
|
Default value : new BehaviorSubject('')
|
result |
Type : Promise<void>
|
Default value : new Promise((resolve, reject) => {
this._install = resolve;
this._cancel = reject;
})
|
selectedPlugins |
Type : string[]
|
Default value : []
|