blockly > blockRendering > RenderInfo > bottomRow
السمة blockRendering.RenderInfo.bottomRow
Signature:
bottomRow: BottomRow;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `blockRendering.PathObject.updateMovable()` method is used to visually indicate whether a block is movable or not."],["This method takes a single boolean parameter, `enable`, which is set to `true` to display the block as movable and `false` to display it as not movable."],["Applying the `updateMovable()` method modifies the styling of the block's path object to reflect its movability status."]]],["The `bottomRow` property, found within the `blockRendering.RenderInfo` class, is a crucial element. It is a property of the `BottomRow` type. Its signature is `bottomRow: BottomRow;`, signifying that it stores and provides access to the bottom row data associated with the rendering information of a block. It's used to represent the bottom row of information when rendering.\n"]]