Typedef

ContextWatchdogRestartEvent (watchdog)

@ckeditor/ckeditor5-watchdog/src/contextwatchdog

typedefobject

Fired after the watchdog restarts the context and the added items because of a crash.

watchdog.on( 'restart', () => {
	console.log( 'The context has been restarted.' );
} );

Filtering

Properties

  • args : tuple

  • name : 'restart'

  • return : undefined

Fired by