I am trying to save the position of moved rows with onRowMove: (args: DayPilot.SchedulerRowMoveArgs)
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”.
All missing properties should now be included in the TypeScript definitions in the latest sandbox build (2024.3.6165).
All documented properties and methods of DayPilot.Row are now available. You may see some additional properties that are for internal use only and are not part of the public API.