blockly > Connection > connect

Connection.connect() method

Connect this connection to another connection.

Signature:

connect(otherConnection: Connection): boolean;

Parameters

Parameter Type Description
otherConnection Connection Connection to connect to.

Returns:

boolean

Whether the the blocks are now connected or not.