blockly > blockRendering > PathObject > cursorSvg
blockRendering.PathObject.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;