blockly > الاتصال > getParentAndChildConnections

طريقة Connection.getParentAndChildConnections()

يعرض الاتصال الأصلي (المتميز) والاتصال الفرعي (الأدنى) وفقًا لهذا الاتصال والاتصال الذي يتصل به.

Signature:

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

المرتجعات:

{ parentConnection?: الاتصال childConnection?: الاتصال }

يشير ذلك المصطلح إلى الاتصال الرئيسي والاتصال الفرعي، من خلال هذا الاتصال والاتصال الذي يرتبط به.