blockly > LineCursor > out

LineCursor.out() method

Moves the cursor to the previous input connection or field in the pre order traversal.

Signature:

out(): IFocusableNode | null;

Returns:

IFocusableNode | null

The previous node, or null if the current node is not set or there is no previous value.