---
title: collapsedRepresentationLabel
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopovertouchbaritem/collapsedrepresentationlabel
---

# collapsedRepresentationLabel

The localized string displayed by the button for the default collapsed representation.

## Declaration

```swift
var collapsedRepresentationLabel: String { 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)
- [collapsedRepresentationImage](appkit/nspopovertouchbaritem/collapsedrepresentationimage.md)
