---
title: "readAttributePartsList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdescriptor/readattributepartslist(completionhandler:)"
---

# readAttributePartsList(completionHandler:)

## Declaration

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

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