---
title: INNotebookItemType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/innotebookitemtype
---

# INNotebookItemType

Constants indicating the types of items to search.

## Declaration

```swift
enum INNotebookItemType
```

## Topics

### Enumeration Cases

- [INNotebookItemType.unknown](intents/innotebookitemtype/unknown.md)
- [INNotebookItemType.note](intents/innotebookitemtype/note.md)
- [INNotebookItemType.taskList](intents/innotebookitemtype/tasklist.md)
- [INNotebookItemType.task](intents/innotebookitemtype/task.md)

### Initializers

- [init(rawValue:)](intents/innotebookitemtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Searching by Type

- [itemType](intents/insearchfornotebookitemsintent/itemtype.md)
