bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Fix EventResizeData description in the documentation #9704

Open marciogurka opened 2 months ago

marciogurka commented 2 months ago

Forum post

"Scheduler.feature.EventResize#typedef-EventResizeData

EventResizeData has documented that it contains originalStartDate and originalEndDate. When using the eventPartialResize handler on scheduler pro, these value are not provided. We can obtain this information from EventResizeData.eventRecord, thus it may not be necessary to have these properties. If that is the case, these properties should not be documented or exist on EventResizeData."