blockly > RenderedConnection > connect_
طريقة RenderedConnection.connect_()
قم بتوصيل اتصالين معًا. هذا هو الاتصال في الجزء العلوي. عرض الوحدات حسب الحاجة.
Signature:
protected connect_(childConnection: Connection): void;
المعلمات
المعلمة |
النوع |
الوصف |
childConnection |
التواصل |
الاتصال في الجزء الأدنى. |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `connect_()` method joins two Blockly connections, specifically the one on the superior block to the one provided as input."],["This method is designated as `protected` within the `RenderedConnection` class."],["When called, `connect_()` triggers a rerendering of the involved blocks to visually reflect the connection."],["The method accepts a single argument: `childConnection`, which is an instance of the `Connection` class, representing the connection point on the subordinate block."],["`connect_()` does not return any explicit value (void)."]]],[]]