Skip to main content

Home > blockly > Connection > connect

Connection.connect() method

Connect this connection to another connection.

Signature:

connect(otherConnection: Connection): boolean;

Parameters

ParameterTypeDescription
otherConnectionConnectionConnection to connect to.

Returns:

boolean

Whether the blocks are now connected or not.