NEWCKEditor AI is here! Register for our AI in Enterprise webinar.
Sign up (with export icon)

ContextWatchdogItemRestartEvent

Api-typedef icontypedef

Fired after an item has been restarted.

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

Properties

  • args : tuple

  • name : 'itemRestart'

  • return : undefined

Fired by