src/app/modules/telemetry/directives/telemetry-interact/telemetry-interact.directive.ts
TelemetryInteract Directive
Selector | [appTelemetryInteract] |
Properties |
|
Methods |
|
Inputs |
HostListeners |
constructor(telemetryService: TelemetryService, activatedRoute: ActivatedRoute, router: Router)
|
||||||||||||||||
Constructor to create injected service(s) object Default method of Draft Component class
Parameters :
|
telemetryInteractCdata | |
Type : Array<literal type>
|
|
telemetryInteractContext | |
Type : any
|
|
telemetryInteractEdata | |
Type : IInteractEventEdata
|
|
telemetryInteractObject | |
Type : IInteractEventObject
|
|
telemetryInteractPdata | |
Type : IProducerData
|
|
click |
Arguments : '$event'
|
Private onClick | ||||
onClick(e)
|
||||
Decorators :
@HostListener('click', ['$event'])
|
||||
Parameters :
Returns :
void
|
Public activatedRoute |
Type : ActivatedRoute
|
appTelemetryInteractData |
Type : IInteractEventInput
|
Interact event input |
Public router |
Type : Router
|
Public telemetryService |
Type : TelemetryService
|