Type alias RuntimeInfo

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

Type declaration

  • architecture: string

    The runtime build architecture.

  • args: object

    the command line argument used to start the Runtime.

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

    The runtime manifest URL.

  • port: number

    The runtime websocket port.

  • Optional securityRealm?: string

    The runtime security realm.

  • version: string

    The runtime version.

Generated using TypeDoc