Function: unbind()
function unbind(bindData): (e) => void;
Defined in: packages/blockly/core/browser_events.ts:147
Unbind one or more events event from a function call.
Parameters
| Parameter | Type | Description |
|---|---|---|
bindData | Data | Opaque data from bindEvent_. This list is emptied during the course of calling this function. |
Returns
The function call.
(e) => void