Interface

WebKit-6.0WebKitFindControllerConstructorProps

interface ConstructorProps {
    max_match_count: number;
    maxMatchCount: number;
    options: WebKit.FindOptions;
    text: string;
    web_view: WebKit.WebView;
    webView: WebKit.WebView;
}

Hierarchy (View Summary)

Index

Properties

max_match_count: number
maxMatchCount: number
text: string
web_view: WebKit.WebView
webView: WebKit.WebView