Skip to main content

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 blocks are now connected or not.