Skip to main content

Home > blockly > Flyout > onTreeBlur

Flyout.onTreeBlur() method

Warning: This API is now obsolete.

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

See IFocusableNode.onTreeBlur.

Signature:

onTreeBlur(_nextTree: IFocusableTree | null): void;

Parameters

ParameterTypeDescription
_nextTreeIFocusableTree | null

Returns:

void