Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > Bağlantı > getCheck
Connection.getCheck() yöntemi
Bağlantının uyumluluğunu alın.
İmza:
getCheck(): string[] | null;
Şunu döndürür:
dize[] | boş
Uyumlu değer türlerinin listesi. Tüm türler uyumluysa null (boş değer) değerini alır.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["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"]]