Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/wallet-ts
internal
TreeWalker
Interface TreeWalker
The nodes of a document subtree and a position within them.
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
:
internal
.
Node
Readonly
filter
filter
:
null
|
internal
.
NodeFilter
Readonly
root
root
:
internal
.
Node
Readonly
what
To
Show
what
To
Show
:
number
Methods
first
Child
first
Child
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
last
Child
last
Child
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
next
Node
next
Node
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
next
Sibling
next
Sibling
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
parent
Node
parent
Node
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
previous
Node
previous
Node
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
previous
Sibling
previous
Sibling
(
)
:
null
|
internal
.
Node
Returns
null
|
internal
.
Node
Modules
@injectivelabs/sdk-
ts
@injectivelabs/wallet-
ts
Utils
Wallets
internal
Event
Emitter
Tree
Walker
current
Node
filter
root
what
To
Show
first
Child
last
Child
next
Node
next
Sibling
parent
Node
previous
Node
previous
Sibling
Generated using
TypeDoc
The nodes of a document subtree and a position within them.