調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >入力 >入力 >(コンストラクタ)
Input
クラスの新しいインスタンスを作成します。
署名:
constructor(name: string, sourceBlock: Block);
パラメータ
パラメータ |
型 |
説明 |
name |
文字列 |
言語に依存しない識別子。この入力を再度検索するために使用できます。 |
sourceBlock |
ブロック |
この入力を含むブロック。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["The `Input` class constructor creates new input objects for Blockly blocks."],["It requires a `name` for identification and the `sourceBlock` to which the input belongs."],["The `name` is a language-neutral string used to reference the input, while `sourceBlock` is an instance of the `Block` class representing the parent block."]]],[]]