Home > blockly > LineCursor > in
LineCursor.in() method
Moves the cursor to the next input connection or field in the pre order traversal.
Signature:
in(): IFocusableNode | null;
Returns:
IFocusableNode | null
The next node, or null if the current node is not set or there is no next value.