blockly >blockRendering >抽屉式导航栏 >positionStatementInputConnection_
blockRendering.Drawer.positionStatementInputConnection_() 方法
在语句输入上定位连接,同时考虑 RTL 以及父块和子块之间的小间隔,以便让父块的暗路径显示出来。
Signature:
protected positionStatementInputConnection_(row: Row): void;
参数
参数 | 类型 | 说明 |
---|---|---|
行 | Row | 连接所在的行。 |
返回:
void