---
title: afterScreenUpdates
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wksnapshotconfiguration/afterscreenupdates
---

# afterScreenUpdates

A Boolean value that indicates whether to take the snapshot after incorporating any pending screen updates.

## Declaration

```swift
var afterScreenUpdates: Bool { get set }
```

## Discussion

Discussion The default value of this property is true, which causes the web view to incorporate any recent changes to the view’s content and then generate the snapshot. If you change the value to false, the web view takes the snapshot immediately, and before incorporating any new changes.
