blockly > blockRendering > Row > getLastInput

blockRendering.Row.getLastInput() method

Get the last input on this row, if it has one.

Signature:

getLastInput(): InputConnection | null;

Returns:

InputConnection | null

The last input on the row, or null.