Typedef

ContextWatchdogItemRestartEvent (watchdog)

@ckeditor/ckeditor5-watchdog/src/contextwatchdog

typedefobject

Fired after an item has been restarted.

	watchdog.on( 'itemRestart', ( evt, { itemId } ) => {
		console.log( 'An item with with the '${ itemId }' ID has been restarted.' );
	} );

Filtering

Properties

  • args : tuple

  • name : 'itemRestart'

  • return : undefined

Fired by