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

# readAttributeTargetList(completionHandler:)

## Declaration

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

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