Function: bindMouseEvents()
function bindMouseEvents(element): void;
Defined in: packages/blockly/core/tooltip.ts:203
Binds the required mouse events onto an SVG element.
Parameters
| Parameter | Type | Description |
|---|---|---|
element | Element | SVG element onto which tooltip is to be bound. |
Returns
void