封鎖 >工具提示 >bindMouseEvents

工具提示.bindMouseEvents() 函式

將必要的滑鼠事件繫結至 SVG 元素。

Signature:

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

參數

參數 類型 說明
元素 元素 工具提示要繫結的 SVG 元素。

傳回:

void