<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTouchBar/itemIdentifiers",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTouchBar(py)itemIdentifiers"
  },
  "title" : "itemIdentifiers"
}
-->

# itemIdentifiers

The list of identifiers for the current items in the Touch Bar.

```
var itemIdentifiers: [NSTouchBarItem.Identifier] { get }
```

## Discussion

If the user has not customized the bar, this property’s value is the same as that of the [`defaultItemIdentifiers`](/documentation/AppKit/NSTouchBar/defaultItemIdentifiers) property.

The system *does not* archive this property.

## See Also

[`customizationIdentifier`](/documentation/AppKit/NSTouchBar/customizationIdentifier-swift.property)

A globally unique string that makes the Touch Bar eligible for user customization.

[`customizationRequiredItemIdentifiers`](/documentation/AppKit/NSTouchBar/customizationRequiredItemIdentifiers)

An optional list of identifiers for items you want to always appear in the Touch Bar and which the user can’t remove during customization.

[`customizationAllowedItemIdentifiers`](/documentation/AppKit/NSTouchBar/customizationAllowedItemIdentifiers)

A list of identifiers for items to show in the Touch Bar’s customization UI.

[`defaultItemIdentifiers`](/documentation/AppKit/NSTouchBar/defaultItemIdentifiers)

A required list of identifiers for items that you want to appear in the Touch Bar after instantiating it.



---

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)