ブロックする >接続 >getParentAndChildConnections

Connection.getParentAndChildConnections() メソッド

この接続と接続先の接続を指定して、親接続(上位)と子接続(下位)を返します。

署名:

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

戻り値:

{ parentConnection?:接続;childConnection?:接続;}

親接続と子接続(この接続と接続先の接続が指定された場合)。