settings property

  1. @SupportedPlatforms.new(platforms: [WindowsPlatform()])
WebViewEnvironmentSettings? settings
final

WebView Environment settings.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Use the PlatformWebViewEnvironmentCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [WindowsPlatform()])
final WebViewEnvironmentSettings? settings;