ClassesBlockSvgblockly.blocksvg.setinputsinlineOn this pageHome > blockly > BlockSvg > setInputsInline BlockSvg.setInputsInline() method Set whether value inputs are arranged horizontally or vertically. Signature: setInputsInline(newBoolean: boolean): void; Parameters ParameterTypeDescriptionnewBooleanbooleanTrue if inputs are horizontal. Returns: void