version

returns the current version of the library

string version;

Example

alert(webix.env.version); // -> "6.0"

Details

We strongly encourage you not to change the value of the property

Back to top