- Description:
 Javascript events for the
core_editorsubsystem.
- Source:
 - Since:
 - 4.0
 
- Copyright:
 - 2021 Andrew Nicols 
 
- 2021 Andrew Nicols 
 - License:
 - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
Javascript events for the core_editor subsystem.
Members
(static, constant) eventTypes
- Description:
 Events for the
core_editorsubsystem.
- Source:
 
Properties:
| Name | Type | Description | 
|---|---|---|
editorContentRestored | 
            
            String | 
Events for the core_editor subsystem.
Methods
(inner) notifyEditorContentRestored(editor) → {CustomEvent}
- Description:
 Trigger an event to indicate that editor content was restored.
- Source:
 
Parameters:
| Name | Type | Description | 
|---|---|---|
editor | 
            
            HTMLElement | null | The element that was modified  | 
        
Fires:
Returns:
- Type
 - CustomEvent
 
Events
editorContentRestored
- Description:
 An event triggered when an editor restores auto-saved content.
- Source: