blockly > חיבור > getParentAndChildConnections

שיטת Connection.getParentAndChildConnections()

הפונקציה מחזירה את חיבור ההורה (ע

Signature:

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

החזרות:

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

החיבור בין ההורה וחיבור הצאצא, בהינתן החיבור הזה והחיבור שאליו הוא מחובר.