---
title: allowsInlinePredictions
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/allowsinlinepredictions
---

# allowsInlinePredictions

Indicates whether inline predictions are allowed.

## Declaration

```swift
@MainActor var allowsInlinePredictions: Bool
```

## Discussion

Discussion The default value is false. If false, inline predictions are disabled regardless of the system setting. If true, they are enabled based on the system setting.
