---
title: showsSystemScreenTimeBlockingView
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/showssystemscreentimeblockingview
---

# showsSystemScreenTimeBlockingView

Indicates whether the webpage should use the system Screen Time blocking view.

## Declaration

```swift
@MainActor var showsSystemScreenTimeBlockingView: Bool { get set }
```

## Discussion

Discussion The default value is true. If true, the system Screen Time blocking view is shown when blocked by Screen Time. If false, a blurred view of the web content is shown instead.
