Our pure JavaScript Scheduler component


Post by striker »

Hello.
I want to report typing issue in SchedulerPro 4.2.4.

 timeRangeStore: Store|object|Partial<StoreConfig>

When you access timeRangesStore from SchedulerPro instance, timeRangeStore should be typed only like Store, because to access it from code now you need to type this <Store>instance.timeRangesStore;


Post by Maxim Gorkovsky »

Hello.
We have a ticket for similar issue with resourceTimeRangeStore: https://github.com/bryntum/support/issues/3360 Thank you for report.
set accepts different types but get only returns store stype. You can subscribe to get updates.


Post Reply