Typedef

WatchdogErrorEvent (watchdog)

@ckeditor/ckeditor5-watchdog/src/watchdog

typedefobject

Fired when a new CKEditorError error connected to the watchdog instance occurs and the watchdog will react to it.

watchdog.on( 'error', ( evt, { error, causesRestart } ) => {
	console.log( 'An error occurred.' );
} );

Filtering

Properties

  • args : tuple

  • name : 'error'

Fired by