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

# childElements

An array that contains child text elements.

## Declaration

```swift
var childElements: [NSTextListElement] { get }
```

## See Also

### Accessing the text elements

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