---
title: children
framework: matter
role: symbol
role_heading: Instance Property
path: matter/mtrendpointinfo/children
---

# children

The direct children of this endpoint. This excludes indirect descendants even if they are listed in the PartsList attribute of this endpoint due to the Full-Family Pattern being used. Refer to Endpoint Composition Patterns in the Matter specification for details.

## Declaration

```swift
var children: [MTREndpointInfo] { get }
```
