blockly > Connection > getParentAndChildConnections

Connection.getParentAndChildConnections() 메서드

이 연결과 연결된 연결을 고려하여 상위 연결 (상위) 및 하위 연결 (하위 연결)을 반환합니다.

Signature:

protected getParentAndChildConnections(): {
        parentConnection?: Connection;
        childConnection?: Connection;
    };

반환:

{ parentConnection?: Connection; childConnection?: Connection(연결); }

이 연결과 연결된 연결을 고려한 상위 연결 및 하위 연결입니다.