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