BlockSvg.setOutput() 方法
设置此代码块是否会返回值。
Signature:
setOutput(newBoolean: boolean, opt_check?: string | string[] | null): void;
参数
参数 | 类型 | 说明 |
---|---|---|
newBoolean | 布尔值 | 如果有输出,则为 true。 |
opt_check | 字符串 |字符串 [] |null | (可选)返回的类型或已返回类型的列表。如果可以返回任何类型(例如变量 get),则为 null 或 undefined。 |
返回:
void