차단 > 연결 > getParentAndChildConnections

Connection.getParentAndChildConnections() 메서드

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

서명:

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

반환:

{ parentConnection?: Connection; childConnection?: Connection; }

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