blockly > utils > browserEvents > unbind

utils.browserEvents.unbind() function

Unbind one or more events event from a function call.

Signature:

export declare function unbind(bindData: Data): (e: Event) => void;

Parameters

Parameter Type Description
bindData Data Opaque data from bindEvent_. This list is emptied during the course of calling this function.

Returns:

(e: Event) => void

The function call.