Our pure JavaScript Scheduler component


Post by frederick45 »

Hi,
i have this code :

            eventStore: new bryntum.scheduler.EventStore({
                data: this.ListEvent,
                listeners: {
                    [b]update[/b]: (event) => {
                        this.onEventUpdate(event);
                    }
                }
            }),

i'm trying to find documentation about type of event (update, insert, etc..), but i don't.
Where is this information ?

BR


Post by marcio »

Best regards,
Márcio


Post by frederick45 »

thank you

BR


Post Reply