blockly > Verbindung > getCheck
Methode Connection.getCheck()
Rufen Sie die Kompatibilität einer Verbindung ab.
Unterschrift:
getCheck(): string[] | null;
Gibt zurück:
string[] | null
Liste kompatibler Werttypen. Null, wenn alle Typen kompatibel sind.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-29 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],["The `Connection.getCheck()` method retrieves a connection's compatibility information. It returns a list of compatible value types as a string array or null if all types are compatible. The method's signature is `getCheck(): string[] | null;`, indicating the return type. This function is used to determine if two connections can be linked based on their allowed data types.\n"]]