Stay organized with collections Save and categorize content based on your preferences.

blockly > RenderedConnection > disconnectInternal_

RenderedConnection.disconnectInternal_() method

Disconnect two blocks that are connected by this connection.

Signature:

protected disconnectInternal_(parentBlock: Block, childBlock: Block): void;

Parameters

Parameter Type Description
parentBlock Block The superior block.
childBlock Block The inferior block.

Returns:

void