---
title: parent
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdlayer/path/parent
---

# parent

The parent of this path, or nil if this path is the absolute root or the empty path.

## Declaration

```swift
var parent: USDLayer.Path? { get }
```
