blockly > utils > browserEvents > Data
utils.browserEvents.Data type
Blockly opaque event data used to unbind events when using bind and conditionalBind.
Signature:
export type Data = [EventTarget, string, (e: Event) => void][];
blockly > utils > browserEvents > Data
Blockly opaque event data used to unbind events when using bind and conditionalBind.
Signature:
export type Data = [EventTarget, string, (e: Event) => void][];