Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias VersionInfo

    Information about the version of the different EEvision parts.

    type VersionInfo = {
        edbSrv: string;
        guardSrv: string;
        nlviewJS: string;
        nlviewSrv: string;
        version: string;
    }
    Index

    Properties

    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"