collapsedRepresentation
The view displayed when this item is displayed in its parent bar.
Declaration
var collapsedRepresentation: NSView { get set }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.