調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
[blockly] > [inputs]
クラス
クラス |
説明 |
DummyInput |
接続のないブロックの入力を表します。 |
EndRowInput |
常に行の最後の入力であるブロックの入力を表します。ブロックにインライン入力がある場合でも、後続の入力は次の行にレンダリングされます。JSON ブロック定義のメッセージ内のすべての改行文字は、終了行入力として自動的に解析されます。 |
入力 |
オプションのフィールドを持つ入力用のクラス。 |
StatementInput |
ステートメント接続のあるブロックの入力を表します。 |
ValueInput |
値接続があるブロックの入力を表します。 |
列挙型
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-20 UTC。
[null,null,["最終更新日 2024-05-20 UTC。"],[[["The `inputs` namespace in Blockly defines classes and enums for managing input connections on blocks."],["It includes classes for different input types like DummyInput, EndRowInput, Input, StatementInput, and ValueInput, each serving a specific purpose in block structure."],["Blockly uses these classes to represent and handle connections for values, statements, and dummy inputs on blocks, enabling diverse block functionalities."],["Enumerations like `Align` and `inputTypes` further refine input properties by specifying alignment and connection types."]]],[]]