блочно > BlocklyOptions > рендерер
Свойство BlocklyOptions.renderer
Подпись:
renderer?: string;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-09 UTC.
[null,null,["Последнее обновление: 2025-01-09 UTC."],[[["The `renderer` property of `BlocklyOptions` is optional and accepts a string value."],["It designates the renderer to use for rendering blocks, potentially influencing their visual style and behavior."],["If not explicitly set, Blockly likely defaults to a standard renderer."]]],["The `BlocklyOptions.renderer` property, a string type, is an optional setting within Blockly. It determines the rendering engine used by Blockly. By setting this property, users can specify which renderer to employ for the visual representation of code blocks and the workspace. If not specified, a default renderer is likely used.\n"]]