Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Drawer > drawValueInput_
Add steps for an external value input, rendered as a notch in the side of the block.
Signature:
protected drawValueInput_(row: Row): void;
Parameters
Parameter |
Type |
Description |
row |
Row |
The row that this input belongs to. |
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 `drawValueInput_` method is used within the Blockly block rendering process to visually represent external value inputs as notches on the block's side."],["This method is part of the `blockRendering.Drawer` class and is called internally during block rendering, accepting a `Row` object defining the input's position."],["It focuses solely on the visual representation of the input and does not handle the logic or data associated with the input itself."]]],[]]