Textbox.io 2.x Documentation : editor.events

editor.events is a grouping of properties related to the events of a Textbox.io Editor instance. 

Editor events allow you to detect when the editor is shown and focused.

Properties

editor.events.loadedTriggered when an editor instance has finished loading.
editor.events.focusTriggered when an editor receives focus.
editor.events.dirtyTriggered when content has been modified or considered dirty.
editor.events.changeTriggered when content changes.