blockly > IASTNodeLocationSvg > setCursorSvg
IASTNodeLocationSvg.setCursorSvg() method
Add the cursor SVG to this node's SVG group.
Signature:
setCursorSvg(cursorSvg: SVGElement | null): void;
Parameters
Parameter | Type | Description |
---|---|---|
cursorSvg | SVGElement | null | The SVG root of the cursor to be added to the SVG group. |
Returns:
void