---
title: customMirror
framework: swift
role: symbol
role_heading: Instance Property
path: swift/dictionary/custommirror
---

# customMirror

A mirror that reflects the dictionary.

## Declaration

```swift
var customMirror: Mirror { get }
```

## See Also

### Describing a Dictionary

- [description](swift/dictionary/description.md)
- [debugDescription](swift/dictionary/debugdescription.md)
- [hash(into:)](swift/dictionary/hash(into:).md)
