blockly > Marker > getCurNode

Marker.getCurNode() method

Gets the current location of the marker.

Signature:

getCurNode(): IFocusableNode | null;

Returns:

IFocusableNode | null

The current field, connection, or block the marker is on.