blockly > Block > appendInput
Appends the given input row.
Allows for custom inputs to be appended to the block.
Signature:
appendInput(input: Input): Input;
Parameters
Parameter |
Type |
Description |
input |
Input |
|
Returns:
Input
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `appendInput()` method adds a new input row to a Blockly block, allowing customization."],["It takes an `Input` object as an argument and returns the same `Input` object, enabling chaining."],["This method is crucial for creating blocks with diverse and dynamic input options."]]],[]]