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

# tabURLs

Indicates the URLs that the window should initially load as tabs.

## Declaration

```swift
var tabURLs: [URL] { get }
```

## Discussion

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

## See Also

### Related Documentation

- [tabs](webkit/wkwebextension/windowconfiguration/tabs.md)
