блочный > BlockRendering > RenderInfo > BottomRow
Свойство blockRendering.RenderInfo.bottomRow
Подпись:
bottomRow: BottomRow;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-13 UTC.
[null,null,["Последнее обновление: 2024-11-13 UTC."],[[["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"]]