blockly >DeleteArea >updateWouldDelete_

DeleteArea.updateWouldDelete_() 方法

更新内部 willDelete_ 状态。

Signature:

protected updateWouldDelete_(wouldDelete: boolean): void;

参数

参数 类型 说明
wouldDelete 布尔值 willDelete 状态的新值。

返回

void