blockly > Events > BlockMove > (constructor)
Events.BlockMove.(constructor)
Constructs a new instance of the BlockMove
class
Signature:
constructor(opt_block?: Block);
Parameters
Parameter | Type | Description |
---|---|---|
opt_block | Block | (Optional) The moved block. Undefined for a blank event. |