blockly > Block > inputList
Signature:
inputList: 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."],[[["`inputList` is a property of the `Block` class in Blockly."],["It's an array containing all `Input` objects associated with the block, defining connection points for other blocks or values."],["This property provides access to a block's inputs, enabling manipulation and interaction with its structure and functionality."]]],["The `Block.inputList` property, found within the Blockly library, is an array (`Input[]`) that stores the inputs associated with a particular block. This array contains all the input objects related to the block, representing connections for receiving data or values. The property's purpose is to provide a structured list of these inputs for manipulation or inspection within the Blockly environment.\n"]]