<!--
{
  "availability" : [
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWindowTabGroup/isOverviewVisible",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWindowTabGroup(py)overviewVisible"
  },
  "title" : "isOverviewVisible"
}
-->

# isOverviewVisible

A Boolean value indicating if the tab overview is currently displayed.

```
var isOverviewVisible: Bool { get set }
```

## Discussion

The tab overview provides a visual overview of the windows that make up a tabbing group. This property indicates whether the tab overview is currently displayed. Setting the property either shows or hides the overview.

You can monitor this property for changes using key-value observing.

## See Also

[`func toggleTabOverview(Any?)`](/documentation/AppKit/NSWindow/toggleTabOverview(_:))

Shows or hides the tab overview.



---

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)