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

    Interface RuntimeInfo

    interface RuntimeInfo {
        architecture: string;
        args: object;
        chromeVersion: string;
        devtoolsPort?: number;
        electronVersion: string;
        manifestUrl: string;
        port: number;
        securityRealm?: string;
        version: string;
    }
    Index
    architecture: string

    The runtime build architecture.

    args: object

    the command line argument used to start the Runtime.

    chromeVersion: string
    devtoolsPort?: number
    electronVersion: string
    manifestUrl: string

    The runtime manifest URL.

    port: number

    The runtime websocket port.

    securityRealm?: string

    The runtime security realm.

    version: string

    The runtime version.