Typescript Library Declarations (DOM)
Interface TreeWalker
The nodes of a document subtree and a position within them.
MDN Reference
Hierarchy
TreeWalker
Index
Properties
current
Node
filter
root
what
To
Show
Methods
first
Child
last
Child
next
Node
next
Sibling
parent
Node
previous
Node
previous
Sibling
Properties
current
Node
current
Node
:
Node
MDN Reference
Readonly
filter
filter
:
NodeFilter
MDN Reference
Readonly
root
root
:
Node
MDN Reference
Readonly
what
To
Show
what
To
Show
:
number
MDN Reference
Methods
first
Child
first
Child
(
)
:
Node
MDN Reference
Returns
Node
last
Child
last
Child
(
)
:
Node
MDN Reference
Returns
Node
next
Node
next
Node
(
)
:
Node
MDN Reference
Returns
Node
next
Sibling
next
Sibling
(
)
:
Node
MDN Reference
Returns
Node
parent
Node
parent
Node
(
)
:
Node
MDN Reference
Returns
Node
previous
Node
previous
Node
(
)
:
Node
MDN Reference
Returns
Node
previous
Sibling
previous
Sibling
(
)
:
Node
MDN Reference
Returns
Node
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
current
Node
filter
root
what
To
Show
first
Child
last
Child
next
Node
next
Sibling
parent
Node
previous
Node
previous
Sibling
The nodes of a document subtree and a position within them.
MDN Reference