blockly > Connection > connect_

Connection.connect_() method

Connect two connections together. This is the connection on the superior block.

Signature:

protected connect_(childConnection: Connection): void;

Parameters

Parameter Type Description
childConnection Connection Connection on inferior block.

Returns:

void