TypeScript API Documentation for WEBKIT WEB PROCESS EXTENSION

WebKit Web Process Extension
    Preparing search index...

    WebKit Web Process Extension

    API Version: 6.0

    Library Version: 6.0.0

    Namespaces
    • WebKitWebProcessExtension
    Dependencies
    • Soup 3.0
    • JavaScriptCore 6.0
    • Gtk 4.0

    Settings

    Member Visibility

    Generated with TypeDoc via ts-for-gir v4.0.0-rc.9

    Interface

    WebKitWebProcessExtension-6.0 ▶ WebKitWebProcessExtension ▶ UserMessage ▶ ConstructorProps

    interface ConstructorProps {
        fd_list: Gio.UnixFDList | null;
        fdList: Gio.UnixFDList | null;
        name: string;
        parameters: GLib.Variant<any> | null;
    }

    Hierarchy (View Summary)

    • GObject.InitiallyUnowned.ConstructorProps
      • ConstructorProps
    • Defined in webkitwebprocessextension-6.0/webkitwebprocessextension-6.0.d.ts:1285
    Index

    Properties

    fd_list fdList name parameters

    Properties

    fd_list

    fd_list: Gio.UnixFDList | null
    • Defined in webkitwebprocessextension-6.0/webkitwebprocessextension-6.0.d.ts:1286

    fdList

    fdList: Gio.UnixFDList | null
    • Defined in webkitwebprocessextension-6.0/webkitwebprocessextension-6.0.d.ts:1287

    name

    name: string
    • Defined in webkitwebprocessextension-6.0/webkitwebprocessextension-6.0.d.ts:1288

    parameters

    parameters: GLib.Variant<any> | null
    • Defined in webkitwebprocessextension-6.0/webkitwebprocessextension-6.0.d.ts:1289

    Content

    Properties
    fd_listfdListnameparameters