Skip to main content

Home > blockly > Events > BlockCreate > (constructor)

Events.BlockCreate.(constructor)

Constructs a new instance of the BlockCreate class

Signature:

constructor(opt_block?: Block);

Parameters

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