context-dashboard/paste-dashboard-action.component.ts
selector | c8y-paste-dashboard-action |
template |
|
Properties |
Methods |
|
constructor(vcRef: ViewContainerRef, router: Router, contextDashboardService: ContextDashboardService, inventoryService: InventoryService)
|
|||||||||||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Async pasteDashboard |
pasteDashboard()
|
Returns :
any
|
dashboardName |
Type : string
|
Default value : ''
|
templatePaste |
Decorators :
@ViewChild('templatePaste', {read: TemplateRef, static: true})
|