blockly >提示 >bindMouseEvents

challenge.bindMouseEvents() 函数

将所需的鼠标事件绑定到 SVG 元素。

Signature:

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

参数

参数 类型 说明
元素 元素 要绑定提示的 SVG 元素。

返回

void