Premium support for our pure JavaScript UI components


Post by gismya »

When initializing events using a Partial<EventModelConfig>[], the segments are typed as an array of EventSegmentModel[]. That means it has more properties marked as required than what is required (Or even possible).

I assume the EventModelConfig should instead should have segments as Partial<EventSegmentModelConfig>.

Kind regards,
Lars Johansson


Post by alex.l »

Hi Lars,

That definitely should, I've opened a ticket to fix that, thank you for the report https://github.com/bryntum/support/issues/6494

All the best,
Alex


Post Reply