blockly >连接 >getConnectionForOrphanedConnection

Connection.getConnectionForOrphanedConnection() 方法

返回将接受指定连接的连接(从 startBlock 开始)。这包括兼容的连接类型和连接检查。

Signature:

static getConnectionForOrphanedConnection(startBlock: Block, orphanConnection: Connection): Connection | null;

参数

参数 类型 说明
startBlock 屏蔽 开始搜索的块。
orphanConnection 连接 正在查找住宅的连接。

返回

建立联系 |null

块链上的合适连接点或 null。