blockly >blockRendering >RenderInfo >RenderInfoshouldStartNewRow_
blockRendering.RenderInfo.shouldStartNewRow_() 方法
决定是否在两个 Blockly.Input 之间开始新行。
Signature:
protected shouldStartNewRow_(currInput: Input, prevInput?: Input): boolean;
参数
参数 | 类型 | 说明 |
---|---|---|
currInput | 输入 | 当前输入。 |
prevInput | 输入 | (可选)上一项输入。 |
返回:
布尔值
如果当前输入应该在新行上呈现,则为 true。