Skip to main content

Home > blockly > BlockSvg > setInputsInline

BlockSvg.setInputsInline() method

Set whether value inputs are arranged horizontally or vertically.

Signature:

setInputsInline(newBoolean: boolean): void;

Parameters

ParameterTypeDescription
newBooleanbooleanTrue if inputs are horizontal.

Returns:

void