Interface

NM-1.0NMSettingProxyConstructorProps

interface ConstructorProps {
    browser_only: boolean;
    browserOnly: boolean;
    method: number;
    name: string;
    pac_script: string;
    pac_url: string;
    pacScript: string;
    pacUrl: string;
}

Hierarchy (View Summary)

Index
browser_only: boolean
browserOnly: boolean
method: number
pac_script: string
pac_url: string
pacScript: string
pacUrl: string
name: string