Home > blockly > Toolbox > boundEvents_
Toolbox.boundEvents_ property
Array holding info needed to unbind event handlers. Used for disposing. Ex: [[node, name, func], [node, name, func]].
Signature:
protected boundEvents_: browserEvents.Data[];
Home > blockly > Toolbox > boundEvents_
Array holding info needed to unbind event handlers. Used for disposing. Ex: [[node, name, func], [node, name, func]].
Signature:
protected boundEvents_: browserEvents.Data[];