blockly > blockRendering > MarkerSvg > setParent_

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

마커의 SVG 루트를 상위 요소의 SVG 그룹에 연결합니다.

Signature:

protected setParent_(newParent: IASTNodeLocationSvg): void;

매개변수

매개변수 유형 설명
newParent IASTNodeLocationSvg 마커 SVG 요소가 연결되어야 하는 작업공간, 필드 또는 블록

반환:

void