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.loaded | Triggered when an editor instance has finished loading. |
editor.events.focus | Triggered when an editor receives focus. |
editor.events.dirty | Triggered when content has been modified or considered dirty. |
editor.events.change | Triggered when content changes. |