Full list of available events in the plugin

Hello,

I am developing a plugin for the Text editor (using version 8.3) and I want to listen to one (or even both) of the following events:

  • document has been saved (saved as in force saved, sent to our document storage service)
  • document contents changed

I read the documentation and found the following methods to do so:

What I am missing is a comprehensive list of ALL the available events that we can listen to. Going to the definition of EventType I only see a few of them, but I would also like to see the etc. ones.

Can someone share the entire available list or can someone from OnlyOffice update the documentation with the full list?

Thanks!

1 Like

look so good.

Hello @dorin, @hxat5566

Currently we are in the process of publishing new API site, some information will be available a bit later. Sorry for the inconvenience.

UPD: For now you can find a list of events on legacy version of API site here:

I will inform you once new version is updated and list of events is added.

Thank you!

Is there also an event for knowing when the document was force-saved or a method to force-saved the document from the plugin?