---
title: items
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstoolbar/items
---

# items

An array containing the toolbar’s current items, in order.

## Declaration

```swift
var items: [NSToolbarItem] { get }
```

## Discussion

Discussion To specify the default order of your toolbar’s items, implement the toolbarDefaultItemIdentifiers(_:) method in your toolbar delegate object. Use other methods of your delegate object to manage the placement of items in the toolbar.

## See Also

### Managing items on the toolbar

- [visibleItems](appkit/nstoolbar/visibleitems.md)
- [centeredItemIdentifiers](appkit/nstoolbar/centereditemidentifiers.md)
- [selectedItemIdentifier](appkit/nstoolbar/selecteditemidentifier.md)
- [willAddItemNotification](appkit/nstoolbar/willadditemnotification.md)
- [didRemoveItemNotification](appkit/nstoolbar/didremoveitemnotification.md)
- [insertItem(withItemIdentifier:at:)](appkit/nstoolbar/insertitem(withitemidentifier:at:).md)
- [removeItem(at:)](appkit/nstoolbar/removeitem(at:).md)
