DHTMLX / scheduler

GPL version of JavaScript Event Scheduler
https://dhtmlx.com/docs/products/dhtmlxScheduler/
GNU General Public License v2.0
319 stars 111 forks source link

feat(SchedulerStatic): Add dynamic key-value pairs for form blocks #69

Closed DominicWrege closed 1 year ago

DominicWrege commented 1 year ago

This commit introduces a new feature to the 'SchedulerStatic' interface by adding an index signature. Now, the interface allows dynamic assignment of key-value pairs, where the keys are of type 'string', and the corresponding values are of type 'SchedulerFormBlock'.

Typescript definitions for creating custom lightbox controls.

see: https://docs.dhtmlx.com/scheduler/custom_lightbox_editor.html

AlexKlimenkov commented 1 year ago

Thank you! We've merged these changes into the dev repo. They will be reflected in this repository as soon as we publish v6.0.5 bugfix update.