Stay organized with collections
Save and categorize content based on your preferences.
blockly > geras > Drawer > drawValueInput_
Signature:
drawValueInput_(row: Row): void;
Parameters
Parameter |
Type |
Description |
row |
Row |
|
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]