Interface

WebKit-6.0WebKitUserMessageConstructorProps

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

Hierarchy (View Summary)

Index

Properties

fd_list: Gio.UnixFDList | null
fdList: Gio.UnixFDList | null
name: string
parameters: GLib.Variant<any> | null