# items

> The stack of SearchItem s that have been yielded by each execution frame.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.Search](/engine/6000.6/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public readonly Stack<SearchItem> items
```
