Hi,
I am accessing current zoom levels using, gantt.ext.zoom.getLevels() I checked both documentation and type definition file, In both places there is no mention of such a function, but it is working fine. so is this right to use this API or this is not a recommende way?
Hello Vyshnav,
It is OK to use that method, it is just not added to the documentation like other methods, for example, the checkEvent
method:
The information about that method will be added to the documentation. Thank you for pointing that.
If you find some functions in Gantt that don’t start with the underscore or dollar sign, these are the public methods, so you can use them.
1 Like