---
title: itemIdentifiers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstouchbar/itemidentifiers
---

# itemIdentifiers

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

## Declaration

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

## Discussion

Discussion If the user has not customized the bar, this property’s value is the same as that of the defaultItemIdentifiers property. The system does not archive this property.

## See Also

### Related Documentation

- [customizationIdentifier](appkit/nstouchbar/customizationidentifier-swift.property.md)
- [customizationRequiredItemIdentifiers](appkit/nstouchbar/customizationrequireditemidentifiers.md)
- [customizationAllowedItemIdentifiers](appkit/nstouchbar/customizationalloweditemidentifiers.md)
- [defaultItemIdentifiers](appkit/nstouchbar/defaultitemidentifiers.md)

### Observing bar status

- [isVisible](appkit/nstouchbar/isvisible.md)
- [item(forIdentifier:)](appkit/nstouchbar/item(foridentifier:).md)
