blockly > ConnectionChecker > canConnect
ConnectionChecker.canConnect() 方法
检查当前连接能否与目标连接建立连接。
Signature:
canConnect(a: Connection | null, b: Connection | null, isDragging: boolean, opt_distance?: number): boolean;
参数
参数 | 类型 | 说明 |
---|---|---|
a | 连接 | null | 用于检查兼容性的连接。 |
b | 连接 | null | 要检查兼容性的连接。 |
isDragging | 布尔值 | 如果连接是通过拖动块进行的,则为 true。 |
opt_distance | 数值 | (可选)拖动检查连接之间允许的最长距离。 |
返回:
布尔值
连接是否合法。