blockly >连接 >getParentAndChildConnections
Connection.getParentAndChildConnections() 方法
根据此连接及其所连接的连接,返回父连接(高级)和子连接(低)。
Signature:
protected getParentAndChildConnections(): {
parentConnection?: Connection;
childConnection?: Connection;
};
返回:
{ parentConnection?:建立联系;childConnection?:建立联系;}
父连接和子连接(给定此连接及其已连接到的连接)。