blockly > DeleteArea > updateWouldDelete_

DeleteArea.updateWouldDelete_() メソッド

内部 willDelete_ 状態を更新します。

署名:

protected updateWouldDelete_(wouldDelete: boolean): void;

パラメータ

パラメータ 種類 説明
wouldDelete boolean willDelete 状態の新しい値。

戻り値:

void