blockly > blockRendering > SpacerRow
فئة blockRendering.SpacerRow
كائن يحتوي على معلومات حول فاصل بين صفين
Signature:
export declare class SpacerRow extends Row
يمتد: الصف
الشركات المصنِّعة
أماكن إقامة
الطُرق
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`SpacerRow` is a class in Blockly's block rendering system that represents the space between two rows of blocks."],["It inherits properties and methods from the `Row` class and adds specific functionalities for managing spacer elements."],["`SpacerRow` objects store information like height, width, and whether they precede or follow a statement block."],["Key properties include `elements`, `followsStatement`, `height`, `precedesStatement`, `width`, and `widthWithConnectedBlocks`."],["The `measure()` method is used to calculate and adjust the dimensions of the spacer row within the block layout."]]],[]]