Skip to main content

Home > blockly > Block > setInputsInline

Block.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