Home > blockly > Tooltip > unbindMouseEvents
Tooltip.unbindMouseEvents() function
Unbinds tooltip mouse events from the SVG element.
Signature:
export declare function unbindMouseEvents(element: Element | null): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| element | Element | null | SVG element onto which tooltip is bound. |
Returns:
void