Typedef

EditorDestroyEvent (core/editor)

@ckeditor/ckeditor5-core/src/editor/editor

typedefobject

Fired when this editor instance is destroyed. The editor at this point is not usable and this event should be used to perform the clean-up in any plugin.

See also the editor.state property.

Filtering

Properties

  • args : tuple

  • name : 'destroy'

Fired by