調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >BlocklyOptions >renderer(レンダラ)
BlocklyOptions.renderer プロパティ
署名:
renderer?: string;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-16 UTC。
[null,null,["最終更新日 2024-10-16 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"]]