Skip to main content

blockly > DeleteArea > updateWouldDelete_

DeleteArea.updateWouldDelete_() method

Updates the internal wouldDelete_ state.

Signature:

protected updateWouldDelete_(wouldDelete: boolean): void;

Parameters

Parameter

Type

Description

wouldDelete

boolean

The new value for the wouldDelete state.

Returns:

void