blockly > Field > bindEvents_

Field.bindEvents_() method

Bind events to the field. Can be overridden by subclasses if they need to do custom input handling.

Signature:

protected bindEvents_(): void;

Returns:

void