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

# customMirror

The custom mirror for this instance.

## Declaration

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

## Discussion

Discussion If this type has value semantics, the mirror should be unaffected by subsequent mutations of the instance.
