---
title: parent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextelement/parent
---

# parent

A value that represents the parent element if this text element is a child of an enclosing element.

## Declaration

```swift
weak var parent: NSTextElement? { get }
```

## See Also

### Accessing text elements

- [isRepresentedElement](uikit/nstextelement/isrepresentedelement.md)
- [childElements](uikit/nstextelement/childelements.md)
