Skip to main content

Home > blockly > Toolbox > updateWouldDelete_

Toolbox.updateWouldDelete_() method

Updates the internal wouldDelete_ state.

Signature:

protected updateWouldDelete_(wouldDelete: boolean): void;

Parameters

ParameterTypeDescription
wouldDeletebooleanThe new value for the wouldDelete state.

Returns:

void