# SearchWindowContext

> This structure includes parameters for configuring the search window.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public struct SearchWindowContext
```

## Properties

| Property                                                                                                                             | Description                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
| [requestedHeight](/engine/6000.7/script-reference/unityeditor/experimental/graphview/searchwindowcontext/requestedheight.md)         | Requested height of the window. Set to 0.0f to use the default height.                                     |
| [requestedWidth](/engine/6000.7/script-reference/unityeditor/experimental/graphview/searchwindowcontext/requestedwidth.md)           | Requested width of the window. Set to 0.0f to use the default width.                                       |
| [screenMousePosition](/engine/6000.7/script-reference/unityeditor/experimental/graphview/searchwindowcontext/screenmouseposition.md) | The initial mouse event position that triggered opening the window, in the coordinate space of the screen. |
