blockly > DeleteArea > updateWouldDelete_

DeleteArea.updateDismissDelete_() 메서드

내부 willDelete_ 상태를 업데이트합니다.

Signature:

protected updateWouldDelete_(wouldDelete: boolean): void;

매개변수

매개변수 유형 설명
wouldDelete boolean willDelete 상태의 새 값입니다.

반환:

void