blockly >字段 >bindEvents_

Field.bindEvents_() 方法

将事件绑定到字段。如果子类需要执行自定义输入处理,则可以被子类覆盖。

Signature:

protected bindEvents_(): void;

返回

void