Property 'level' does not exist on type 'Row'.ts(2339)
Asked by AC
1 years ago.
1 years ago.
I am trying to save the position of moved rows with onRowMove: (args: DayPilot.SchedulerRowMoveArgs)
If I print the args to the console, there are some properties, that I can’t access in typescript. For example “level”.
DayPilot