ecosystem/shared/application-card.component.ts
selector | c8y-application-card |
templateUrl | ./application-card.component.html |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
constructor(applicationService: ApplicationService, ecosystemService: EcosystemService, alertService: AlertService, router: Router, wizardService: WizardService)
|
||||||||||||||||||
Parameters :
|
app |
Type : IApplication
|
canEdit |
Type : boolean
|
Default value : true
|
onAppCloned |
Type : EventEmitter<void>
|
onAppDeleted |
Type : EventEmitter<void>
|
Async clone |
clone()
|
Returns :
any
|
Async delete |
delete()
|
Returns :
any
|
detail |
detail()
|
Returns :
void
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
openApp |
openApp()
|
Returns :
void
|
appState |
Type : ApplicationState
|
canClone |
Type : boolean
|
canDelete |
Type : boolean
|
Readonly CANNOT_DELETE_HINT |
Default value : gettext(`Subscribed or current applications can't be deleted. Delete the application on the parent tenant or unsubscribe it from the current.`)
|
canOpenInBrowser |
Type : boolean
|
disableOpenInBrowser |
Type : boolean
|
isExternal |
Type : boolean
|
isFeature |
Type : boolean
|
isMicroservice |
Type : boolean
|
isPackage |
Type : boolean
|
openButtonTitle |
getopenButtonTitle()
|