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