Skip to main content

Home > 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

ParameterTypeDescription
childConnectionConnectionConnection on inferior block.

Returns:

void