封鎖 >IConnectionChecker
IConnectionChecker 介面
連線類型檢查邏輯的類別。
Signature:
export interface IConnectionChecker
方法
方法 |
說明 |
canConnect(a, b, isDragging, opt_distance) |
檢查目前的連線是否能連線到目標連線。 |
canConnectWithReason(a, b, isDragging, opt_distance) |
檢查目前的連線是否能與目標連線連線,並在發生問題時傳回錯誤代碼。 |
doDragChecks(a, b, distance) |
透過拖曳檢查是否能建立連線。 |
doSafetyChecks(a, b) |
檢查指定連線是否安全,這表示該連線不會破壞 Blockly 的任何基本假設 (例如沒有自我連線)。 |
doTypeChecks(a, b) |
檢查該連線是否與值類型系統的其他連線相容。例如:Square_root("Hello") 不相容。 |
getErrorMessage(errorCode, a, b) |
可將連線錯誤代碼轉譯為字串的輔助方法。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-21 (世界標準時間)。
[null,null,["上次更新時間:2024-08-21 (世界標準時間)。"],[[["The `IConnectionChecker` interface defines the logic for validating connections between blocks in Blockly."],["It provides methods to check connection compatibility, including type checks, safety checks, and drag checks."],["`IConnectionChecker` helps ensure that connections adhere to Blockly's rules and prevent invalid block configurations."],["Developers can use `IConnectionChecker` methods to determine if two connections can be connected and understand the reasons for any connection failures."]]],[]]