Retrieve the last active editor (the editor that was last given focus) using getActiveEditor().
Example
textboxio.getActiveEditor()
// Retrieve the last editor used var activeEditor = textboxio.getActiveEditor();
Returns
textboxio.editor | Object | The last active editor instance.
|