---
title: collapsedRepresentation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopovertouchbaritem/collapsedrepresentation
---

# collapsedRepresentation

The view displayed when this item is displayed in its parent bar.

## Declaration

```swift
var collapsedRepresentation: NSView { get set }
```

## Discussion

Discussion By default, this is an NSButton whose target is this popover item, whose action is showPopover(_:), and whose image and title are bound to this item’s collapsedRepresentationImage and collapsedRepresentationImage respectively.

## See Also

### Configuring the collapsed popover

- [collapsedRepresentationImage](appkit/nspopovertouchbaritem/collapsedrepresentationimage.md)
- [collapsedRepresentationLabel](appkit/nspopovertouchbaritem/collapsedrepresentationlabel.md)
