Enumeration EditorEventName

Lists all events that can be listened to on the editor or DOM element

You can run code on "EditorEventName" raised by using

editor.event.addEventListener(EditorEventName.CHANGED, (evt) => console.log(evt.detail))

Enumeration Members

CHANGED: "changed"

event emitted when history has changed i.e. the context of undo-redo

CLEARED: "cleared"

event emitted when clearing is complete

CONVERTED: "converted"

event emitted after the conversion is complete

ERROR: "error"

event emitted when the editor encounters an error

EXPORTED: "exported"

event emitted after the end of the export

GESTURED: "gestured"

event emitted after applying a gesture

IDLE: "idle"

event emitted when the server is idle after a job

IMPORTED: "imported"

event emitted after the end of the import

LOADED: "loaded"

event emitted after full editor initialization

NOTIF: "notif"

event emitted after

POINTEREVENTS: "pointer_events"

event emitted on click on pointer events

SELECTED: "selected"

event emitted after selection change

SESSION_OPENED: "session-opened"

event emitted session opened

SYNCHRONIZED: "synchronized"

event emitted after stroke synchronized with jiix

TOOL_CHANGED: "tool-changed"

event emitted after tool change

UI_UPDATED: "ui-updated"

event emitted after mode change