Home > @visualization-tools/core > OnCanvasPointerEvent > emit
Signature:
static emit(eventService: IEventService, eventType: EPointerEventType, $event: PointerEvent): void;
| Parameter | Type | Description |
|---|---|---|
| eventService | IEventService | |
| eventType | EPointerEventType | |
| $event | PointerEvent |
Returns:
void