---
title: inputItems
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsextensioncontext/inputitems
---

# inputItems

The list of input NSExtensionItem objects associated with the context.

## Declaration

```swift
var inputItems: [Any] { get }
```

## Discussion

Discussion If the context has no input items, this array is empty.
