<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKSnapshotConfiguration/afterScreenUpdates",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKSnapshotConfiguration(py)afterScreenUpdates"
  },
  "title" : "afterScreenUpdates"
}
-->

# afterScreenUpdates

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

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

## Discussion

The default value of this property is <doc://com.apple.documentation/documentation/Swift/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 <doc://com.apple.documentation/documentation/Swift/false>, the web view takes the snapshot immediately, and before incorporating any new changes.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)