blockly >BlockSvg >setPreviousStatement

BlockSvg.setPreviousStatement() 方法

设置是否可以将此区块连到另一个区块的底部。

Signature:

setPreviousStatement(newBoolean: boolean, opt_check?: string | string[] | null): void;

参数

参数 类型 说明
newBoolean 布尔值 如果可以存在上一个语句,则为 true。
opt_check 字符串 |字符串 [] |null (可选)语句类型或语句类型列表。如果可以连接任何类型,则为 null/未定义。

返回

void