WatchdogItemConfiguration (watchdog)
@ckeditor/ckeditor5-watchdog/src/contextwatchdog
The watchdog item configuration interface.
Filtering
Properties
-
An editor configuration.
-
A function that initializes the item (the editor). The function takes editor initialization arguments and should return a promise. For example:
( el, config ) => ClassicEditor.create( el, config )
. -
A function that destroys the item instance (the editor). The function takes an item and should return a promise. For example:
editor => editor.destroy()
-
A unique item identificator.
-
The source element or data that will be passed as the first argument to the
Editor.create()
method. -
The type of the item to create. At the moment, only
'editor'
is supported.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.