---
title: targetFrame
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wknavigationaction/targetframe
---

# targetFrame

The frame in which to display the new content.

## Declaration

```swift
@NSCopying var targetFrame: WKFrameInfo? { get }
```

## Discussion

Discussion If the target of the navigation is a new window, this property is nil.

## See Also

### Inspecting navigation information

- [request](webkit/wknavigationaction/request.md)
- [sourceFrame](webkit/wknavigationaction/sourceframe.md)
- [shouldPerformDownload](webkit/wknavigationaction/shouldperformdownload.md)
