---
title: parts
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/bindpath/parts
---

# parts

An array of the individual components of a complete bind path.

## Declaration

```swift
var parts: [BindPath.Part] { get }
```

## See Also

### Composing a property identifier

- [BindPath.Part](realitykit/bindpath/part.md)
