I searched the docs and the official forum but I could not find an answer.
In Blockly, I'd like to detect the following things:
- when a block is connected to another one;
- when a block is removed from workspace;
- when workspace is empty;
- when a user is dragging a block;
- when a user is releasing a block;
Is it possible? I only found an init
and an onchange
event.