блочный > Блок > inputList
Подпись:
inputList: Input[];
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-10 UTC.
[null,null,["Последнее обновление: 2025-01-10 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"]]