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?