차단 > IToolboxItem > getParent

IToolboxItem.getParent() 메서드

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

서명:

getParent(): IToolboxItem | null;

반환:

IToolboxItem | null

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