Type Alias: Data
type Data = [EventTarget, string, (e) => void][];
Defined in: packages/blockly/core/browser_events.ts:20
Blockly opaque event data used to unbind events when using
bind and conditionalBind.
type Data = [EventTarget, string, (e) => void][];
Defined in: packages/blockly/core/browser_events.ts:20
Blockly opaque event data used to unbind events when using
bind and conditionalBind.