---
title: customMirror
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/dataframe/slice/custommirror
---

# customMirror

A mirror that reflects the data frame slice.

## Declaration

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

## See Also

### Describing a Slice

- [description](tabulardata/dataframe/slice/description.md)
- [debugDescription](tabulardata/dataframe/slice/debugdescription.md)
