---
title: suppressesIncrementalRendering
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/suppressesincrementalrendering
---

# suppressesIncrementalRendering

Indicates whether the web view suppresses content rendering until the content is fully loaded into memory.

## Declaration

```swift
@MainActor var suppressesIncrementalRendering: Bool
```

## Discussion

Discussion The default value of this property is false.
