---
title: items
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipushbehavior/items
---

# items

Returns the set of dynamic items you’ve added to the push behavior.

## Declaration

```swift
var items: [any UIDynamicItem] { get }
```

## See Also

### Initializing and managing a push behavior

- [active](uikit/uipushbehavior/active.md)
- [addItem(_:)](uikit/uipushbehavior/additem(_:).md)
- [init(items:mode:)](uikit/uipushbehavior/init(items:mode:).md)
- [removeItem(_:)](uikit/uipushbehavior/removeitem(_:).md)
