---
title: tabs
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/windowconfiguration/tabs
---

# tabs

Indicates the existing tabs that should be moved to the window.

## Declaration

```swift
var tabs: [any WKWebExtensionTab] { get }
```

## Discussion

Discussion If tabs and tabURLs are both empty, the app’s default start page should appear in a tab.

## See Also

### Related Documentation

- [tabURLs](webkit/wkwebextension/windowconfiguration/taburls.md)
