Skip to main content

Home > blockly > RenderedConnection > connect_

RenderedConnection.connect_() method

Connect two connections together. This is the connection on the superior block. Rerender blocks as needed.

Signature:

protected connect_(childConnection: Connection): void;

Parameters

ParameterTypeDescription
childConnectionConnectionConnection on inferior block.

Returns:

void