ecosystem/packages/package-details/package-details.component.ts
OnInit
selector | c8y-package-details |
templateUrl | ./package-details.component.html |
Properties |
Methods |
|
constructor(activatedRoute: ActivatedRoute, client: FetchClient, wizardModalService: WizardModalService, ecosystemService: EcosystemService, contextRouteService: ContextRouteService, pluginsService: PluginsService, packageAvailabilityService: PackageAvailabilityService, ui: AppStateService, pluginService: PluginsService, gainsightService: GainsightService)
|
|||||||||||||||||||||||||||||||||
Parameters :
|
deploy |
deploy()
|
Returns :
void
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
Async togglePackageAvailability | |||||||||
togglePackageAvailability(pckg: IApplication, newAvailability: ApplicationAvailability)
|
|||||||||
Parameters :
Returns :
any
|
appState |
Type : ApplicationState
|
baseUrl |
Type : string
|
description |
Type : string
|
exportedPlugins$ |
Type : BehaviorSubject<ApplicationPlugin[]>
|
Default value : new BehaviorSubject([])
|
isAllowedToCreateSubtenants |
Default value : false
|
isChangingAvailability |
Default value : false
|
isOwnedByCurrentTenant |
Default value : false
|
isPackageBlueprint |
Type : boolean
|
markdown |
Type : string
|
name |
Type : string
|
package |
Type : IApplication
|
Default value : {}
|
Readonly PACKAGE_TYPE |
Default value : PackageType
|
packageAvailability |
Type : ApplicationAvailability
|
packageContentState |
Type : ApplicationState
|
Readonly packageProperties |
Type : PropertiesListItem[]
|
Default value : packageProperties
|
packageType |
Type : PackageType
|
Readonly packageTypeLabels |
Default value : PACKAGE_TYPE_LABELS
|