Stay organized with collections
Save and categorize content based on your preferences.
blockly > geras > RenderInfo > addInput_
Signature:
addInput_(input: Input, activeRow: Row): void;
Parameters
Parameter |
Type |
Description |
input |
Input |
|
activeRow |
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."],[[["\u003cp\u003eThe \u003ccode\u003eaddInput_\u003c/code\u003e method belongs to the \u003ccode\u003egeras.RenderInfo\u003c/code\u003e class and is used within the Blockly library's rendering process.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an \u003ccode\u003eInput\u003c/code\u003e object and a \u003ccode\u003eRow\u003c/code\u003e object as parameters to associate an input element with a specific row in the block's visual representation.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns void, indicating it modifies the \u003ccode\u003eRenderInfo\u003c/code\u003e object directly without producing a separate output.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [geras](./blockly.geras_namespace.md) \\\u003e [RenderInfo](./blockly.geras_namespace.renderinfo_class.md) \\\u003e [addInput_](./blockly.geras_namespace.renderinfo_class.addinput__1_method.md)\n\ngeras.RenderInfo.addInput_() method\n-----------------------------------\n\n**Signature:** \n\n addInput_(input: Input, activeRow: Row): void;\n\nParameters\n----------\n\n| Parameter | Type | Description |\n|-----------|--------------------------------------------------------|-------------|\n| input | [Input](./blockly.input_class.md) | |\n| activeRow | [Row](./blockly.blockrendering_namespace.row_class.md) | |\n\n**Returns:**\n\nvoid"]]