---
title: CustomLeafReflectable
framework: swift
role: symbol
role_heading: Protocol
path: swift/customleafreflectable
---

# CustomLeafReflectable

A type that explicitly supplies its own mirror, but whose descendant classes are not represented in the mirror unless they also override customMirror.

## Declaration

```swift
protocol CustomLeafReflectable : CustomReflectable
```

## Relationships

### Inherits From

- [CustomReflectable](swift/customreflectable.md)

## See Also

### Customizing Your Type’s Reflection

- [CustomReflectable](swift/customreflectable.md)
- [CustomPlaygroundDisplayConvertible](swift/customplaygrounddisplayconvertible.md)
- [PlaygroundQuickLook](swift/playgroundquicklook.md)
- [DebugDescription()](swift/debugdescription().md)
