Hello there,
By refer to the doc https://doc.daypilot.org/gantt/angular/ section# DayPilot.Scheduler Object
' DayPilot Gantt uses the Scheduler control internally. If necessary, you can access the underlying DayPilot.Scheduler object using DayPilot.Gantt.scheduler property '
message() {
this.gantt.control.scheduler.message("Welcome!");
}
However I get error of this: Property 'scheduler' does not exist on type 'Gantt'.
Please advise how can DayPilot Gantt access the Schedule property?
I was using daypilot-pro-angular/trial/2019.4.4052