DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocumentFragment  >   settings_applications[[Prototype]]

DOM

  • account_tree
  • bug_report

Properties

객체(object) 또는 인터페이스(interface)에서 확장(상속) 가능한 프로토타입 프로퍼티를 나타낸다.

하위 트리 탐색

  • childElementCount

    DocumentFlagment 객체의 하위 요소의 갯수를 조회한다.

  • children

    DocumentFragment 객체의 모든 하위 요소를 포함하는 라이브(live) 상태의 HTMLCollection 객체로 반환한다.

  • firstElementChild

    DocumentFragment 객체의 첫 번째 하위 요소를 참조한다. 존재하지 않는 경우에는 null을 갖는다.

  • lastElementChild

    DocumentFragment 객체의 마지막 하위 요소를 참조한다. 존재하지 않는 경우에는 null을 갖는다.

지원 웹브라우저