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

Improve TypeScript definition for finalize events #9686

Open marciogurka opened 2 months ago

marciogurka commented 2 months ago

Forum post

"Finalize Functions, such as beforeDragCreateFinalize are documented as taking a single boolean argument, and return void. This could better be typed as finalize: (acceptChanges: boolean) => void rather than using Function

SchedulerPro.view.SchedulerPro#event-beforeDragCreateFinalize"