blockly > blockRendering > NextConnection
فئة blockRendering.NextConnection
كائن يحتوي على معلومات حول المساحة التي يستغرقها الاتصال التالي أثناء العرض.
Signature:
export declare class NextConnection extends Connection
يمتد: الاتصال
الشركات المصنِّعة
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`blockRendering.NextConnection` provides details about the space a block's next connection occupies during rendering."],["It extends the `Connection` class and includes information relevant to rendering the connection point for attaching subsequent blocks."],["A constructor is available to create instances of `NextConnection` with necessary rendering constants and connection model data."]]],["The `NextConnection` class, extending the `Connection` class, describes the space occupied by a next connection during rendering. It's part of the `blockRendering` namespace and is used in the Blockly library. It holds rendering information for the next connection. The class has a constructor that instantiates a new `NextConnection` object using constants and a connection model.\n"]]