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

ProjectModel class: methods missing typings and documentation #10039

Open arcady-zherdev opened 2 weeks ago

arcady-zherdev commented 2 weeks ago

Forum post

Hi, We're currently developing in TypeScript and have noticed that some methods of the ProjectModel class lack typings and are not documented, yet they still function as expected. As a result, we've been using them by casting the project object as "any". We have this issue with the ProjectModel methods setEndDate() and setDirection() and we're working with the latest versions (v6.0.5 and v.6.1.0-beta-1).

There may be additional methods related to ProjectModel that also lack proper typings, but we're unsure. It would be really helpful to have a more comprehensive list of available methods for this class, both in terms of typings and documentation.

Could you please look into this and consider improving the typings and documentation for the ProjectModel class?

Thank you, Luca.