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

# parentTab

Indicates the parent tab with which the tab should be related.

## Declaration

```swift
var parentTab: (any WKWebExtensionTab)? { get }
```

## Discussion

Discussion If this property is nil, no parent tab was specified.
