blockly > 连接 > targetBlock

Connection.targetBlock() 方法

返回此连接连接到的块。

Signature:

targetBlock(): Block | null;

返回

屏蔽 | null

已连接的块,如果未连接任何块,则返回 null。