---
title: window
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/tabconfiguration/window
---

# window

Indicates the window where the tab should be opened.

## Declaration

```swift
var window: (any WKWebExtensionWindow)? { get }
```

## Discussion

Discussion If this property is nil, no window was specified.
