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

# readAttributePartsList(completion:)

## Declaration

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

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