調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >geras >ドロワー >drawValueInput_
署名:
drawValueInput_(row: Row): void;
パラメータ
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["The `geras.Drawer.drawValueInput_` method is used to render the value input portion of a block within the Blockly workspace, utilizing the Geras rendering style."],["It accepts a single parameter, 'row', which is an instance of the `Row` class and represents the layout information for the input being drawn."],["This method is a core part of the Geras rendering engine and focuses specifically on handling the visual representation of the locations where users connect value blocks to a parent block."],["The method's return type is void, indicating that it modifies the workspace directly and doesn't return a separate value or object after execution."]]],[]]