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

# parent

A text list element that refers to the enclosing text list element.

## Declaration

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

## See Also

### Accessing the text elements

- [textList](uikit/nstextlistelement/textlist.md)
- [childElements](uikit/nstextlistelement/childelements.md)
