調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >接続 >getCheck
Connection.getCheck() メソッド
接続の互換性を取得します。
署名:
getCheck(): string[] | null;
戻り値:
string[] |null
互換性のある値の型のリスト。すべての型に互換性がある場合は null。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["The `Connection.getCheck()` method retrieves the list of compatible value types for a given connection."],["If the connection is compatible with all types, the method returns `null`."],["This method helps in determining whether two connections can be connected based on their type compatibility."]]],[]]