---
title: itemType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchfornotebookitemsintent/itemtype
---

# itemType

The type of items to include in your search.

## Declaration

```swift
var itemType: INNotebookItemType { get }
```

## Discussion

Discussion Use this property to determine which items to search. When generating the list of search results, include items only of the specified type.

## See Also

### Searching by Type

- [INNotebookItemType](intents/innotebookitemtype.md)
