---
title: representedObject
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstreenode/representedobject
---

# representedObject

The object the tree node represents.

## Declaration

```swift
var representedObject: Any? { get }
```

## See Also

### Getting information about a node

- [indexPath](appkit/nstreenode/indexpath.md)
- [isLeaf](appkit/nstreenode/isleaf.md)
- [children](appkit/nstreenode/children.md)
- [mutableChildren](appkit/nstreenode/mutablechildren.md)
- [descendant(at:)](appkit/nstreenode/descendant(at:).md)
- [parent](appkit/nstreenode/parent.md)
