search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Property 'level' does not exist on type 'Row'.ts(2339)

Asked by AC
3 months 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”.

Answer posted by Dan Letecky [DayPilot]
3 months ago.

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.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.