---
title: documentView
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webframeview/documentview
---

# documentView

The subview that displays the web content.

## Declaration

```swift
var documentView: (any NSView & WebDocumentView)! { get }
```

## Discussion

Discussion Use allowsScrolling to enable scrolling of this view.
