Skip to main content

Home > blockly > Tooltip > bindMouseEvents

Tooltip.bindMouseEvents() function

Binds the required mouse events onto an SVG element.

Signature:

export declare function bindMouseEvents(element: Element): void;

Parameters

ParameterTypeDescription
elementElementSVG element onto which tooltip is to be bound.

Returns:

void