---
title: isMainFrame
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/frameinfo/ismainframe
---

# isMainFrame

Indicates whether the frame is the web site’s main frame or a subframe.

## Declaration

```swift
@MainActor var isMainFrame: Bool { get }
```
