blockly > ConnectionChecker
ConnectionChecker 類別
用於檢查連線類型邏輯的類別。
Signature:
export declare class ConnectionChecker implements IConnectionChecker
實作: IConnectionChecker
方法
方法 |
修飾符 |
說明 |
canConnect(a, b, isDragging, opt_distance) |
|
檢查目前的連線是否能連線到目標連線。 |
canConnectToPrevious_(a, b) |
protected |
用於拖曳檢查的輔助函式。 |
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-10-16 (世界標準時間)。
[null,null,["上次更新時間:2024-10-16 (世界標準時間)。"],[[["The `ConnectionChecker` class in Blockly manages the logic for validating connections between blocks."],["It provides methods to check connection compatibility based on type, safety, and drag restrictions."],["These checks ensure that connections adhere to Blockly's rules and prevent invalid block configurations."],["Developers can use `ConnectionChecker` to determine if two connections can be joined and understand the reasons for any connection failures."]]],[]]