new EditorLifecycleEvent(type, editor)
Event generated when an editor is loaded.
Example of listening for this event:
goog.events.listen(workspace, sync.api.Workspace.EventType.EDITOR_LOADED, function(e) { // e is of type sync.api.Workspace.EditorLifecycleEvent });
Parameters:
Name | Type | Description |
---|---|---|
type |
string | The type of the event. |
editor |
sync.api.Editor | The editor that was loaded. |
- Source:
Members
editor :sync.api.Editor
The editor which has been loaded.
Type:
- Source: