AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ProxyConfig

    interface ProxyConfig {
        proxyAddress: string;
        proxyPort: number;
        type: string;
    }
    Index
    proxyAddress: string

    The configured proxy address.

    proxyPort: number

    The configured proxy port.

    type: string