Page 1 of 1

[INFO REQ] eventStore listeners

Posted: Thu Dec 01, 2022 11:17 am
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


Re: [INFO REQ] eventStore listeners

Posted: Thu Dec 01, 2022 11:44 am
by marcio

Re: [INFO REQ] eventStore listeners

Posted: Thu Dec 01, 2022 12:12 pm
by frederick45

thank you

BR