<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPopoverTouchBarItem/collapsedRepresentationImage",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPopoverTouchBarItem(py)collapsedRepresentationImage"
  },
  "title" : "collapsedRepresentationImage"
}
-->

# collapsedRepresentationImage

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

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

## Discussion

If the [`collapsedRepresentation`](/documentation/AppKit/NSPopoverTouchBarItem/collapsedRepresentation) button has been replaced by a different view, this property may not have any effect.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)