blockly > Block > disposeInternal

Block.disposeInternal() method

Disposes of this block without doing things required by the top block. E.g. does not fire events, unplug the block, etc.

Signature:

protected disposeInternal(): void;

Returns:

void