Skip to main content

Home > blockly > Events > BlockDelete > (constructor)

Events.BlockDelete.(constructor)

Constructs a new instance of the BlockDelete class

Signature:

constructor(opt_block?: Block);

Parameters

ParameterTypeDescription
opt_blockBlock(Optional) The deleted block. Undefined for a blank event.