Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочный > BlockRendering > BottomRow > (конструктор)
blockRendering.BottomRow.(конструктор)
Создает новый экземпляр класса BottomRow
Подпись:
constructor(constants: ConstantProvider);
Параметры
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-05 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-05 UTC."],[[["The `BottomRow` class is responsible for rendering the bottom part of a block in Blockly."],["This constructor initializes a new `BottomRow` object using the provided rendering constants."],["The `constants` parameter supplies the necessary values for the `BottomRow` to be rendered correctly."]]],["The `BottomRow` class constructor creates a new `BottomRow` instance. It requires one parameter: `constants`, which is of type `ConstantProvider`. This `ConstantProvider` parameter is responsible for providing the rendering constants necessary for the `BottomRow` object. The constructor's purpose is to initialize a `BottomRow` object using the specified rendering constants.\n"]]