blockly > ASTNode > in

ASTNode.in() method

Find the element one level below and all the way to the left of the current location.

Signature:

in(): ASTNode | null;

Returns:

ASTNode | null

An AST node that wraps the next field, connection, workspace, or block. Or null if there is nothing below this node.