blockly > IToolboxItem > getParent

IToolboxItem.getParent() 메서드

도구 상자 항목이 중첩되어 있는 경우 상위 요소를 가져옵니다.

Signature:

getParent(): IToolboxItem | null;

반환:

IToolboxItem | null

상위 도구 상자 항목 또는 이 도구 상자 항목이 중첩되지 않은 경우 null입니다.