v7.3.0

VersionHelper
private

Helper for version handling

VersionHelper.setVersion('grid', '1.5');
if (VersionHelper.grid.isNewerThan('1.0')) {
  ...
}
No results

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isTestEnv : Boolean
    internal
    READONLY
    static

    Returns truthy value if environment is in testing mode

    Functions

    Functions are methods available for calling on the class

      Source path

      Core/helper/VersionHelper.js

      Contents