# editorWindow

> The EditorWindow that contains the popup content.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public EditorWindow editorWindow { get; }
```

### Remarks

Additional Resources: [PopupWindow](/engine/6000.7/script-reference/unityeditor/popupwindow.md) with full example.
