封鎖 >封鎖 >inputList
Signature:
inputList: Input[];
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-10 (世界標準時間)。
[null,null,["上次更新時間:2024-09-10 (世界標準時間)。"],[[["`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"]]