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
| Parameter | Type | Description |
|---|---|---|
| _nextTree | IFocusableTree | null |
Returns:
void