Function: unbindMouseEvents()
function unbindMouseEvents(element): void;
Defined in: packages/blockly/core/tooltip.ts:229
Unbinds tooltip mouse events from the SVG element.
Parameters
| Parameter | Type | Description |
|---|---|---|
element | Element | null | SVG element onto which tooltip is bound. |
Returns
void