blockly > blockRendering > MarkerSvg > getSvgRoot

block렌더링.MarkerSvg.getSvgRoot() 메서드

SVG의 루트 노드를 반환하거나 존재하지 않는 경우 null을 반환합니다.

Signature:

getSvgRoot(): SVGElement | null;

반환:

SVGElement | null

루트 SVG 노드입니다.