blockly > Flyout > onTreeBlur

Flyout.onTreeBlur() 方法

第 12 版:請改用 Flyout 的工作區進行焦點作業。

請參閱 IFocusableNode.onTreeBlur。

Signature:

onTreeBlur(_nextTree: IFocusableTree | null): void;

參數

參數 類型 說明
__nextTree IFocusableTree | null

傳回:

void