Interface

Shell-18ShellNetworkAgentConstructorProps

interface ConstructorProps {
    auto_register: boolean;
    autoRegister: boolean;
    capabilities: NM.SecretAgentCapabilities;
    dbus_connection: Gio.DBusConnection;
    dbusConnection: Gio.DBusConnection;
    force_always_ask: boolean;
    forceAlwaysAsk: boolean;
    identifier: string;
    registered: boolean;
}

Hierarchy (View Summary)

Index
force_always_ask: boolean
forceAlwaysAsk: boolean
auto_register: boolean
autoRegister: boolean
dbus_connection: Gio.DBusConnection
dbusConnection: Gio.DBusConnection
identifier: string
registered: boolean