isOverviewVisible
A Boolean value indicating if the tab overview is currently displayed.
Declaration
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.