Skip to main content

Home > blockly > DeleteArea > updateWouldDelete_

DeleteArea.updateWouldDelete_() method

Updates the internal wouldDelete_ state.

Signature:

protected updateWouldDelete_(wouldDelete: boolean): void;

Parameters

ParameterTypeDescription
wouldDeletebooleanThe new value for the wouldDelete state.

Returns:

void