---
title: collapsedRepresentationImage
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopovertouchbaritem/collapsedrepresentationimage
---

# collapsedRepresentationImage

The image displayed by the button for the default collapsed representation.

## Declaration

```swift
var collapsedRepresentationImage: UIImage? { get set }
```

```swift
var collapsedRepresentationImage: NSImage? { get set }
```

## Discussion

Discussion If the collapsedRepresentation button has been replaced by a different view, this property may not have any effect.

## See Also

### Configuring the collapsed popover

- [collapsedRepresentation](appkit/nspopovertouchbaritem/collapsedrepresentation.md)
- [collapsedRepresentationLabel](appkit/nspopovertouchbaritem/collapsedrepresentationlabel.md)
