blockly > ConnectionChecker > doSafetyChecks
ConnectionChecker.doSafetyChecks() 方法
检查连接给定连接是否安全,即不会破坏 Blockly 的任何基本假设(例如,不允许自连接)。
Signature:
doSafetyChecks(a: Connection | null, b: Connection | null): number;
参数
参数 | 类型 | 说明 |
---|---|---|
a | 连接 | null | 要检查的第一个连接。 |
b | 连接 | null | 要检查的第二个连接。 |
返回:
数值
一个枚举,其中包含此连接安全或不安全的原因。