Skip to main content

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

Parameter

Type

Description

childConnection

Connection

Connection on inferior block.

Returns:

void