---
title: childFrames
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webframe/childframes
---

# childFrames

The frames of the web frame’s immediate children.

## Declaration

```swift
var childFrames: [Any]! { get }
```

## Discussion

Discussion Each child web frame is an instance of WebFrame and corresponds to an HTML frameset or iframe element.

## See Also

### Getting Related Frames and Views

- [parent](webkit/webframe/parent.md)
- [frameView](webkit/webframe/frameview.md)
- [webView](webkit/webframe/webview.md)
