調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >入力 >入力 >接続
署名:
connection: Connection | null;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["`connection`: This property holds the `Connection` object associated with the input, or `null` if there's no connection."],["The `connection` property facilitates the linking of blocks by representing the point where another block can connect to this input."]]],["The `connection` property within the `inputs.Input` class can hold a `Connection` object or be `null`. This property represents the connection associated with a given input. Its type is specified as either a `Connection` or a `null` value, indicating the presence or absence of a connection linked to that specific input.\n"]]