<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebPage/Configuration/allowsInlinePredictions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "s:6WebKit0A4PageC13ConfigurationV23allowsInlinePredictionsSbvp"
  },
  "title" : "allowsInlinePredictions"
}
-->

# allowsInlinePredictions

Indicates whether inline predictions are allowed.

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

## 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.

---

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)