SmiConfigApi: {
    getCurrentVersions(): VersionSummary;
    registerSolutionExtension(config: SmiSolutionExtension): void;
}

This section of API relates to methods used for localization.

Type declaration

  • getCurrentVersions:function
    • Gives infomration about the current versions for the application.

      Returns VersionSummary

      The current versions for the application.

  • registerSolutionExtension:function