---
title: "readAttributeTargetList(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertargetnavigator/readattributetargetlist(completion:)"
---

# readAttributeTargetList(completion:)

## Declaration

```swift
func readAttributeTargetList(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeTargetList() async throws -> [Any]
```
