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

# childElements

An array that contains child text elements.

## Declaration

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

## See Also

### Accessing the text elements

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