Home > @visualization-tools/core > OnCanvasMouseEvent > (constructor)
Constructs a new instance of the OnCanvasMouseEvent class
Signature:
constructor(onMouseEvent: (eventType: EMouseEventType, $event: MouseEvent) => void);
| Parameter | Type | Description |
|---|---|---|
| onMouseEvent | (eventType: EMouseEventType, $event: MouseEvent) => void |