In the scheduler we can set current view using scheduler.setCurrentView() but is there any means to know which view is currently being displayed…
Hello,
Yes, it is possible. If you are using version 2.3 check out getState function.
If you are using earlier version you can use
scheduler._mode
which returns string with the name of the current view.
Hope it helps.
Best regards,
Ilya