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