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

# identifier

The unique identifier for a tabbed window group.

```
var identifier: NSWindow.TabbingIdentifier { get }
```

## Discussion

This identifier is shared by all windows that participate in this tab group.

## See Also

[`var tabbingIdentifier: NSWindow.TabbingIdentifier`](/documentation/AppKit/NSWindow/tabbingIdentifier-swift.property)

A value that allows a group of related windows.



---

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)