Issues with type definitions
7 years ago.
Hi,
I have a project running Angular 6, with daypilot-pro-angular.
I'm having some trouble configuring DayPilot scheduler, especially because of differences between the documentation online, and the type definitions provided by the packaged lib.
Is my version 2018.2.3324 too old?
For example:
- the method "commandCallBack" doesn't exists (according to my daypilot-angular.min.d.ts) on a DayPilot.Scheduler whereas it exists here: https://java.daypilot.org/sandbox/Scheduler/Timezone.jsp
- the method "onRowCreate" doesn't exists on a DayPilot.Scheduler whereas it exists here: https://api.daypilot.org/daypilot-scheduler-rowcreatehandling/
It seems quite inconsistent to me.
Can I find the documentation API that matches my exact version somewhere?
Thanks
DayPilot