Variable buildInfoConst

buildInfo: {
    versionNumber: string;
    versionName: string;
    versionChannel: string;
    buildDate: string;
    commitHash: string;
} = ...

Stores build information. The string literals are replaces at compile time by set_version.js.

Type declaration

  • versionNumber: string
  • versionName: string
  • versionChannel: string
  • buildDate: string
  • commitHash: string