---
title: "TraversableNode"
description: "Allows [Modifier.Node] classes to traverse up/down the Node tree for classes of the same type or
for a particular key (traverseKey).

Note: The actual traversals are done in extension functions (see bottom of file)."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface TraversableNode : DelegatableNode
```


Allows `Modifier.Node` classes to traverse up/down the Node tree for classes of the same type or
for a particular key (traverseKey).

Note: The actual traversals are done in extension functions (see bottom of file).


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val traverseKey: Any
```



