VersionInfo: {
    edbSrv: string;
    guardSrv: string;
    nlviewJS: string;
    nlviewSrv: string;
    version: string;
}

Information about the version of the different EEvision parts.

Type declaration

  • edbSrv: string

    Version information of the EDB database on the server.

  • guardSrv: string

    Version information of the Guard process on the server that is responsible for the communication between EDB, Nlview, and the browser.

  • nlviewJS: string

    Version information of NlviewJS, which is running in the browser.

  • nlviewSrv: string

    Version information of NlviewHeadless, which is running on the server.

  • version: string

    The main version number, e.g., "2023.2"