findInteractionController property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform(), MacOSPlatform(), WindowsPlatform(), LinuxPlatform(apiName: 'WebKitFindController', apiUrl: 'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.FindController.html')])
PlatformFindInteractionController? findInteractionController
final

Represents the find interaction feature controller.

Officially Supported Platforms/Implementations:

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

Implementation

@SupportedPlatforms(
  platforms: [
    AndroidPlatform(),
    IOSPlatform(),
    MacOSPlatform(),
    WindowsPlatform(),
    LinuxPlatform(
      apiName: 'WebKitFindController',
      apiUrl:
          'https://wpewebkit.org/reference/stable/wpe-webkit-2.0/class.FindController.html',
    ),
  ],
)
final PlatformFindInteractionController? findInteractionController;