blockly >连接 >setShadowState

Connection.setShadowState() 方法

更改连接的影子块。

Signature:

setShadowState(shadowState: blocks.State | null): void;

参数

参数 类型 说明
shadowState blocks.State |null 块的状态表示或 null。

返回

void