blockly > blockRendering > IPathObject > cursorSvg
blockRendering.IPathObject.cursorSvg property
Holds the cursors SVG element when the cursor is attached to the block. This is null if there is no cursor on the block.
Signature:
cursorSvg: SVGElement | null;