blockly > Block > setInputsInline

Block.setInputsInline() method

Set whether value inputs are arranged horizontally or vertically.

Signature:

setInputsInline(newBoolean: boolean): void;

Parameters

Parameter Type Description
newBoolean boolean True if inputs are horizontal.

Returns:

void