How to understand if my version is Pro or not?

Hello,
How to understand using JS if on a server there is Pro version or not?

If I run:

console.log(gantt.license);
VM1696:1 **enterprise**
undefined
console.log(gantt.version);
VM1755:1 **7.0.0**

Hello Ilia,
The gantt.license method shows the license you have. The Enterprise license is one of the versions that haму the Pro features:

For the Standard (GPL) version, you would see 'gpl':