blockly > IFocusableNode > onNodeBlur

IFocusableNode.onNodeBlur() method

Called when this node loses active focus. It may still have passive focus.

This has the same implementation restrictions as onNodeFocus().

Signature:

onNodeBlur(): void;

Returns:

void