---
title: WebPage.FrameInfo
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webpage/frameinfo
---

# WebPage.FrameInfo

A type that contains information about a frame on a webpage.

## Declaration

```swift
@MainActor struct FrameInfo
```

## Topics

### Instance Properties

- [isMainFrame](webkit/webpage/frameinfo/ismainframe.md)
- [request](webkit/webpage/frameinfo/request.md)
- [securityOrigin](webkit/webpage/frameinfo/securityorigin.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing navigation between webpages

- [WebPage.NavigationDeciding](webkit/webpage/navigationdeciding.md)
- [WebPage.NavigationAction](webkit/webpage/navigationaction.md)
- [WebPage.NavigationResponse](webkit/webpage/navigationresponse.md)
- [WebPage.NavigationPreferences](webkit/webpage/navigationpreferences.md)
