blockly > Flyout > onTreeBlur

Flyout.onTreeBlur() method

v12: Use the Flyout's workspace for focus operations, instead.

See IFocusableNode.onTreeBlur.

Signature:

onTreeBlur(_nextTree: IFocusableTree | null): void;

Parameters

Parameter Type Description
_nextTree IFocusableTree | null

Returns:

void